Shades of Blue Zodiac #404657
Tints of Blue Zodiac #404657
RGB
CMYK
RGB Variations
Color information
#404657 (or 0x404657) is known color: Blue Zodiac. HEX triplet: 40, 46 and 57. RGB value is (64,70,87). Sum of RGB (Red+Green+Blue) = 64+70+87=221 (29% of max value = 765). Red value is 64 (25.39% from 255 or 28.96% from 221); Green value is 70 (27.73% from 255 or 31.67% from 221); Blue value is 87 (34.38% from 255 or 39.37% from 221); Max value from RGB is 87 - color contains mainly: blue. Hex color #404657 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #404657 is #BFB9A8. Grayscale: #464646. Windows color (decimal): -12564905 or 5719616. OLE color: 5719616.
HSL color Cylindrical-coordinate representation of color #404657: hue angle of 224.35º 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 #404657 is Cyan = 0.26, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 64 | 70 | 87 | - |
| CMYK | 0.26 | 0.20 | 0 | 0.66 |
| HSL | 224.35º | 0.15% | 0.3% | - |
| HSV(B) | 224.35º | 0.26% | 0.34% | - |
| XYZ | 6.02 | 6.16 | 9.89 | - |
| YUV | 70.14 | 137.51 | 123.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 70 | 87 | 0.26 | 0.20 | 0 | 0.66 | 224.35 | 0.15 | 0.3 |
| Hex | 40 | 46 | 57 | 1A | 14 | 0 | 42 | E0 | F | 1E |
| Octal | 100 | 106 | 127 | 32 | 24 | 0 | 102 | 340 | 17 | 36 |
| Binary | 1000000 | 1000110 | 1010111 | 11010 | 10100 | 0 | 1000010 | 11100000 | 1111 | 11110 |
Color Harmonies of #404657
Complementary color
Monochromatic Colors of #404657
Black with #404657
Text Example
Text Example
White with #404657
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #404657; }
p { color: rgb(64,70,87); }
H1.HeaderClassName
{
color: #404657;
}
.AnyTagClassName
{
color: #404657;
}
</style>
background-color css
<style>
a { background-color: #404657; }
a { background-color: rgb(64,70,87); }
div.DivClassName
{
background-color: #404657;
}
.BgClassName
{
background-color: #404657;
}
</style>
border-color css
<style>
span { border-color: #404657; }
span { border-color: rgb(64,70,87); }
td.TdClassName
{
border-color: #404657;
}
.TagClassName
{
border-color: #404657;
}
</style>