Shades of Blue Zodiac #404756
Tints of Blue Zodiac #404756
RGB
CMYK
RGB Variations
Color information
#404756 (or 0x404756) is known color: Blue Zodiac. HEX triplet: 40, 47 and 56. RGB value is (64,71,86). Sum of RGB (Red+Green+Blue) = 64+71+86=221 (29% of max value = 765). Red value is 64 (25.39% from 255 or 28.96% from 221); Green value is 71 (28.12% from 255 or 32.13% from 221); Blue value is 86 (33.98% from 255 or 38.91% from 221); Max value from RGB is 86 - color contains mainly: blue. Hex color #404756 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #404756 is #BFB8A9. Grayscale: #464646. Windows color (decimal): -12564650 or 5654336. OLE color: 5654336.
HSL color Cylindrical-coordinate representation of color #404756: hue angle of 220.91º degrees, saturation: 0.15, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #404756 is Cyan = 0.26, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 64 | 71 | 86 | - |
| CMYK | 0.26 | 0.17 | 0 | 0.66 |
| HSL | 220.91º | 0.15% | 0.29% | - |
| HSV(B) | 220.91º | 0.26% | 0.34% | - |
| XYZ | 6.05 | 6.27 | 9.7 | - |
| YUV | 70.62 | 136.68 | 123.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 71 | 86 | 0.26 | 0.17 | 0 | 0.66 | 220.91 | 0.15 | 0.29 |
| Hex | 40 | 47 | 56 | 1A | 11 | 0 | 42 | DD | F | 1D |
| Octal | 100 | 107 | 126 | 32 | 21 | 0 | 102 | 335 | 17 | 35 |
| Binary | 1000000 | 1000111 | 1010110 | 11010 | 10001 | 0 | 1000010 | 11011101 | 1111 | 11101 |
Color Harmonies of #404756
Complementary color
Monochromatic Colors of #404756
Black with #404756
Text Example
Text Example
White with #404756
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #404756; }
p { color: rgb(64,71,86); }
H1.HeaderClassName
{
color: #404756;
}
.AnyTagClassName
{
color: #404756;
}
</style>
background-color css
<style>
a { background-color: #404756; }
a { background-color: rgb(64,71,86); }
div.DivClassName
{
background-color: #404756;
}
.BgClassName
{
background-color: #404756;
}
</style>
border-color css
<style>
span { border-color: #404756; }
span { border-color: rgb(64,71,86); }
td.TdClassName
{
border-color: #404756;
}
.TagClassName
{
border-color: #404756;
}
</style>