Color spaces of #454eaa
RGB | 69 | 78 | 170 |
---|---|---|---|
HSL | 0.65 | 0.42 | 0.47 |
HSV | 235° | 59° | 67° |
CMYK | 0.59 | 0.54 | 0.00 0.33 |
XYZ | 12.4343 | 9.6163 | 39.2310 |
Yxy | 9.6163 | 0.2029 | 0.1569 |
Hunter Lab | 31.0102 | 17.3063 | -53.3008 |
CIE-Lab | 37.1448 | 24.7507 | -50.6869 |
#454eaa color RGB value is (69,78,170).
#454eaa hex color red value is 69, green value is 78 and the blue value of its RGB is 170. Cylindrical-coordinate representations (also known as HSL) of color #454eaa hue: 0.65 , saturation: 0.42 and the lightness value of 454eaa is 0.47.
The process color (four color CMYK) of #454eaa color hex is 0.59, 0.54, 0.00, 0.33. Web safe color of #454eaa is #336699. Color #454eaa contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 01000101 | 01001110 | 10101010 |
Octal | 105 | 116 | 252 |
Decimal | 69 | 78 | 170 |
Hex | 45 | 4E | AA |
Shades of #454eaa
Tints of #454eaa
RGB Percentages of Color #454eaa
CMYK Percentages of Color #454eaa
Complementary Color
#454eaa | #aaa145 |
#454eaa Color Preview on Black Background
Lorem ipsum dolor sit amet.
#454eaa Color Preview on White Background
Lorem ipsum dolor sit amet.
#454eaa Color CSS Codes
.mybgcolor {background-color:#454eaa; } .myforecolor {color:#454eaa; } .mybordercolor {border:3px solid #454eaa; }
#454eaa Text Font Color
<p style="color:#454eaa">Text here</p>
This sample text font color is #454eaa
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.
#454eaa Background Color
<div style="background-color:#454eaa">
Div content here</div>
This div background color is #454eaa
#454eaa Border Color
<div style="border:3px solid #454eaa">
Div here</div>
This div border color is #454eaa
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(69,78,170, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #454eaa; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #454eaa; -webkit-box-shadow: 1px 1px 3px 2px #454eaa; box-shadow: 1px 1px 3px 2px #454eaa; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(69,78,170, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #454eaa">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #454eaa; -webkit-box-shadow: 1px 1px 3px 2px #454eaa; box-shadow: 1px 1px 3px 2px #454eaa;">
Div content here</div>
This div box has shadow with color #454eaa
Comments
No comments written yet.
Please login to write comment.