Shades of Blue Zodiac #404557
Tints of Blue Zodiac #404557
RGB
CMYK
RGB Variations
Color information
#404557 (or 0x404557) is known color: Blue Zodiac. HEX triplet: 40, 45 and 57. RGB value is (64,69,87). Sum of RGB (Red+Green+Blue) = 64+69+87=220 (29% of max value = 765). Red value is 64 (25.39% from 255 or 29.09% from 220); Green value is 69 (27.34% from 255 or 31.36% from 220); Blue value is 87 (34.38% from 255 or 39.55% from 220); Max value from RGB is 87 - color contains mainly: blue. Hex color #404557 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #404557 is #BFBAA8. Grayscale: #454545. Windows color (decimal): -12565161 or 5719360. OLE color: 5719360.
HSL color Cylindrical-coordinate representation of color #404557: hue angle of 226.96º degrees, saturation: 0.15, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #404557 is Cyan = 0.26, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 64 | 69 | 87 | - |
| CMYK | 0.26 | 0.21 | 0 | 0.66 |
| HSL | 226.96º | 0.15% | 0.3% | - |
| HSV(B) | 226.96º | 0.26% | 0.34% | - |
| XYZ | 5.96 | 6.03 | 9.87 | - |
| YUV | 69.56 | 137.84 | 124.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 69 | 87 | 0.26 | 0.21 | 0 | 0.66 | 226.96 | 0.15 | 0.3 |
| Hex | 40 | 45 | 57 | 1A | 15 | 0 | 42 | E3 | F | 1E |
| Octal | 100 | 105 | 127 | 32 | 25 | 0 | 102 | 343 | 17 | 36 |
| Binary | 1000000 | 1000101 | 1010111 | 11010 | 10101 | 0 | 1000010 | 11100011 | 1111 | 11110 |
Color Harmonies of #404557
Complementary color
Monochromatic Colors of #404557
Black with #404557
Text Example
Text Example
White with #404557
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #404557; }
p { color: rgb(64,69,87); }
H1.HeaderClassName
{
color: #404557;
}
.AnyTagClassName
{
color: #404557;
}
</style>
background-color css
<style>
a { background-color: #404557; }
a { background-color: rgb(64,69,87); }
div.DivClassName
{
background-color: #404557;
}
.BgClassName
{
background-color: #404557;
}
</style>
border-color css
<style>
span { border-color: #404557; }
span { border-color: rgb(64,69,87); }
td.TdClassName
{
border-color: #404557;
}
.TagClassName
{
border-color: #404557;
}
</style>