Shades of Blue Zodiac #404656
Tints of Blue Zodiac #404656
RGB
CMYK
RGB Variations
Color information
#404656 (or 0x404656) is known color: Blue Zodiac. HEX triplet: 40, 46 and 56. RGB value is (64,70,86). Sum of RGB (Red+Green+Blue) = 64+70+86=220 (29% of max value = 765). Red value is 64 (25.39% from 255 or 29.09% from 220); Green value is 70 (27.73% from 255 or 31.82% from 220); Blue value is 86 (33.98% from 255 or 39.09% from 220); Max value from RGB is 86 - color contains mainly: blue. Hex color #404656 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #404656 is #BFB9A9. Grayscale: #454545. Windows color (decimal): -12564906 or 5654080. OLE color: 5654080.
HSL color Cylindrical-coordinate representation of color #404656: hue angle of 223.64º 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 #404656 is Cyan = 0.26, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 64 | 70 | 86 | - |
| CMYK | 0.26 | 0.19 | 0 | 0.66 |
| HSL | 223.64º | 0.15% | 0.29% | - |
| HSV(B) | 223.64º | 0.26% | 0.34% | - |
| XYZ | 5.98 | 6.14 | 9.67 | - |
| YUV | 70.03 | 137.01 | 123.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 70 | 86 | 0.26 | 0.19 | 0 | 0.66 | 223.64 | 0.15 | 0.29 |
| Hex | 40 | 46 | 56 | 1A | 13 | 0 | 42 | E0 | F | 1D |
| Octal | 100 | 106 | 126 | 32 | 23 | 0 | 102 | 340 | 17 | 35 |
| Binary | 1000000 | 1000110 | 1010110 | 11010 | 10011 | 0 | 1000010 | 11100000 | 1111 | 11101 |
Color Harmonies of #404656
Complementary color
Monochromatic Colors of #404656
Black with #404656
Text Example
Text Example
White with #404656
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #404656; }
p { color: rgb(64,70,86); }
H1.HeaderClassName
{
color: #404656;
}
.AnyTagClassName
{
color: #404656;
}
</style>
background-color css
<style>
a { background-color: #404656; }
a { background-color: rgb(64,70,86); }
div.DivClassName
{
background-color: #404656;
}
.BgClassName
{
background-color: #404656;
}
</style>
border-color css
<style>
span { border-color: #404656; }
span { border-color: rgb(64,70,86); }
td.TdClassName
{
border-color: #404656;
}
.TagClassName
{
border-color: #404656;
}
</style>