Shades of Blue Zodiac #454A5E
Tints of Blue Zodiac #454A5E
RGB
CMYK
RGB Variations
Color information
#454A5E (or 0x454A5E) is known color: Blue Zodiac. HEX triplet: 45, 4A and 5E. RGB value is (69,74,94). Sum of RGB (Red+Green+Blue) = 69+74+94=237 (31% of max value = 765). Red value is 69 (27.34% from 255 or 29.11% from 237); Green value is 74 (29.30% from 255 or 31.22% from 237); Blue value is 94 (37.11% from 255 or 39.66% from 237); Max value from RGB is 94 - color contains mainly: blue. Hex color #454A5E is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #454A5E is #BAB5A1. Grayscale: #4A4A4A. Windows color (decimal): -12236194 or 6179397. OLE color: 6179397.
HSL color Cylindrical-coordinate representation of color #454A5E: hue angle of 228º degrees, saturation: 0.15, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #454A5E is Cyan = 0.27, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 69 | 74 | 94 | - |
| CMYK | 0.27 | 0.21 | 0 | 0.63 |
| HSL | 228º | 0.15% | 0.32% | - |
| HSV(B) | 228º | 0.27% | 0.37% | - |
| XYZ | 6.92 | 6.97 | 11.57 | - |
| YUV | 74.79 | 138.84 | 123.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 74 | 94 | 0.27 | 0.21 | 0 | 0.63 | 228 | 0.15 | 0.32 |
| Hex | 45 | 4A | 5E | 1B | 15 | 0 | 3F | E4 | F | 20 |
| Octal | 105 | 112 | 136 | 33 | 25 | 0 | 77 | 344 | 17 | 40 |
| Binary | 1000101 | 1001010 | 1011110 | 11011 | 10101 | 0 | 111111 | 11100100 | 1111 | 100000 |
Color Harmonies of #454A5E
Complementary color
Monochromatic Colors of #454A5E
Black with #454A5E
Text Example
Text Example
White with #454A5E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #454A5E; }
p { color: rgb(69,74,94); }
H1.HeaderClassName
{
color: #454A5E;
}
.AnyTagClassName
{
color: #454A5E;
}
</style>
background-color css
<style>
a { background-color: #454A5E; }
a { background-color: rgb(69,74,94); }
div.DivClassName
{
background-color: #454A5E;
}
.BgClassName
{
background-color: #454A5E;
}
</style>
border-color css
<style>
span { border-color: #454A5E; }
span { border-color: rgb(69,74,94); }
td.TdClassName
{
border-color: #454A5E;
}
.TagClassName
{
border-color: #454A5E;
}
</style>