Shades of Blue Zodiac #454B5D
Tints of Blue Zodiac #454B5D
RGB
CMYK
RGB Variations
Color information
#454B5D (or 0x454B5D) is known color: Blue Zodiac. HEX triplet: 45, 4B and 5D. RGB value is (69,75,93). Sum of RGB (Red+Green+Blue) = 69+75+93=237 (31% of max value = 765). Red value is 69 (27.34% from 255 or 29.11% from 237); Green value is 75 (29.69% from 255 or 31.65% from 237); Blue value is 93 (36.72% from 255 or 39.24% from 237); Max value from RGB is 93 - color contains mainly: blue. Hex color #454B5D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #454B5D is #BAB4A2. Grayscale: #4B4B4B. Windows color (decimal): -12235939 or 6114117. OLE color: 6114117.
HSL color Cylindrical-coordinate representation of color #454B5D: hue angle of 225º degrees, saturation: 0.15, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #454B5D is Cyan = 0.26, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 69 | 75 | 93 | - |
| CMYK | 0.26 | 0.19 | 0 | 0.64 |
| HSL | 225º | 0.15% | 0.32% | - |
| HSV(B) | 225º | 0.26% | 0.36% | - |
| XYZ | 6.95 | 7.09 | 11.36 | - |
| YUV | 75.26 | 138.01 | 123.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 75 | 93 | 0.26 | 0.19 | 0 | 0.64 | 225 | 0.15 | 0.32 |
| Hex | 45 | 4B | 5D | 1A | 13 | 0 | 40 | E1 | F | 20 |
| Octal | 105 | 113 | 135 | 32 | 23 | 0 | 100 | 341 | 17 | 40 |
| Binary | 1000101 | 1001011 | 1011101 | 11010 | 10011 | 0 | 1000000 | 11100001 | 1111 | 100000 |
Color Harmonies of #454B5D
Complementary color
Monochromatic Colors of #454B5D
Black with #454B5D
Text Example
Text Example
White with #454B5D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #454B5D; }
p { color: rgb(69,75,93); }
H1.HeaderClassName
{
color: #454B5D;
}
.AnyTagClassName
{
color: #454B5D;
}
</style>
background-color css
<style>
a { background-color: #454B5D; }
a { background-color: rgb(69,75,93); }
div.DivClassName
{
background-color: #454B5D;
}
.BgClassName
{
background-color: #454B5D;
}
</style>
border-color css
<style>
span { border-color: #454B5D; }
span { border-color: rgb(69,75,93); }
td.TdClassName
{
border-color: #454B5D;
}
.TagClassName
{
border-color: #454B5D;
}
</style>