Shades of Blue Zodiac #454750
Tints of Blue Zodiac #454750
RGB
CMYK
RGB Variations
Color information
#454750 (or 0x454750) is known color: Blue Zodiac. HEX triplet: 45, 47 and 50. RGB value is (69,71,80). Sum of RGB (Red+Green+Blue) = 69+71+80=220 (29% of max value = 765). Red value is 69 (27.34% from 255 or 31.36% from 220); Green value is 71 (28.12% from 255 or 32.27% from 220); Blue value is 80 (31.64% from 255 or 36.36% from 220); Max value from RGB is 80 - color contains mainly: blue. Hex color #454750 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #454750 is #BAB8AF. Grayscale: #474747. Windows color (decimal): -12236976 or 5261125. OLE color: 5261125.
HSL color Cylindrical-coordinate representation of color #454750: hue angle of 229.09º degrees, saturation: 0.07, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #454750 is Cyan = 0.14, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 69 | 71 | 80 | - |
| CMYK | 0.14 | 0.11 | 0 | 0.69 |
| HSL | 229.09º | 0.07% | 0.29% | - |
| HSV(B) | 229.09º | 0.14% | 0.31% | - |
| XYZ | 6.16 | 6.35 | 8.49 | - |
| YUV | 71.43 | 132.84 | 126.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 71 | 80 | 0.14 | 0.11 | 0 | 0.69 | 229.09 | 0.07 | 0.29 |
| Hex | 45 | 47 | 50 | E | B | 0 | 45 | E5 | 7 | 1D |
| Octal | 105 | 107 | 120 | 16 | 13 | 0 | 105 | 345 | 7 | 35 |
| Binary | 1000101 | 1000111 | 1010000 | 1110 | 1011 | 0 | 1000101 | 11100101 | 111 | 11101 |
Color Harmonies of #454750
Complementary color
Monochromatic Colors of #454750
Black with #454750
Text Example
Text Example
White with #454750
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #454750; }
p { color: rgb(69,71,80); }
H1.HeaderClassName
{
color: #454750;
}
.AnyTagClassName
{
color: #454750;
}
</style>
background-color css
<style>
a { background-color: #454750; }
a { background-color: rgb(69,71,80); }
div.DivClassName
{
background-color: #454750;
}
.BgClassName
{
background-color: #454750;
}
</style>
border-color css
<style>
span { border-color: #454750; }
span { border-color: rgb(69,71,80); }
td.TdClassName
{
border-color: #454750;
}
.TagClassName
{
border-color: #454750;
}
</style>