Shades of Blue Zodiac #404757
Tints of Blue Zodiac #404757
RGB
CMYK
RGB Variations
Color information
#404757 (or 0x404757) is known color: Blue Zodiac. HEX triplet: 40, 47 and 57. RGB value is (64,71,87). Sum of RGB (Red+Green+Blue) = 64+71+87=222 (29% of max value = 765). Red value is 64 (25.39% from 255 or 28.83% from 222); Green value is 71 (28.12% from 255 or 31.98% from 222); Blue value is 87 (34.38% from 255 or 39.19% from 222); Max value from RGB is 87 - color contains mainly: blue. Hex color #404757 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #404757 is #BFB8A8. Grayscale: #464646. Windows color (decimal): -12564649 or 5719872. OLE color: 5719872.
HSL color Cylindrical-coordinate representation of color #404757: hue angle of 221.74º 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 #404757 is Cyan = 0.26, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 64 | 71 | 87 | - |
| CMYK | 0.26 | 0.18 | 0 | 0.66 |
| HSL | 221.74º | 0.15% | 0.3% | - |
| HSV(B) | 221.74º | 0.26% | 0.34% | - |
| XYZ | 6.09 | 6.28 | 9.91 | - |
| YUV | 70.73 | 137.18 | 123.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 71 | 87 | 0.26 | 0.18 | 0 | 0.66 | 221.74 | 0.15 | 0.3 |
| Hex | 40 | 47 | 57 | 1A | 12 | 0 | 42 | DE | F | 1E |
| Octal | 100 | 107 | 127 | 32 | 22 | 0 | 102 | 336 | 17 | 36 |
| Binary | 1000000 | 1000111 | 1010111 | 11010 | 10010 | 0 | 1000010 | 11011110 | 1111 | 11110 |
Color Harmonies of #404757
Complementary color
Monochromatic Colors of #404757
Black with #404757
Text Example
Text Example
White with #404757
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #404757; }
p { color: rgb(64,71,87); }
H1.HeaderClassName
{
color: #404757;
}
.AnyTagClassName
{
color: #404757;
}
</style>
background-color css
<style>
a { background-color: #404757; }
a { background-color: rgb(64,71,87); }
div.DivClassName
{
background-color: #404757;
}
.BgClassName
{
background-color: #404757;
}
</style>
border-color css
<style>
span { border-color: #404757; }
span { border-color: rgb(64,71,87); }
td.TdClassName
{
border-color: #404757;
}
.TagClassName
{
border-color: #404757;
}
</style>