Shades of Blue Zodiac #404655
Tints of Blue Zodiac #404655
RGB
CMYK
RGB Variations
Color information
#404655 (or 0x404655) is known color: Blue Zodiac. HEX triplet: 40, 46 and 55. RGB value is (64,70,85). Sum of RGB (Red+Green+Blue) = 64+70+85=219 (29% of max value = 765). Red value is 64 (25.39% from 255 or 29.22% from 219); Green value is 70 (27.73% from 255 or 31.96% from 219); Blue value is 85 (33.59% from 255 or 38.81% from 219); Max value from RGB is 85 - color contains mainly: blue. Hex color #404655 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #404655 is #BFB9AA. Grayscale: #454545. Windows color (decimal): -12564907 or 5588544. OLE color: 5588544.
HSL color Cylindrical-coordinate representation of color #404655: hue angle of 222.86º degrees, saturation: 0.14, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #404655 is Cyan = 0.25, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 64 | 70 | 85 | - |
| CMYK | 0.25 | 0.18 | 0 | 0.67 |
| HSL | 222.86º | 0.14% | 0.29% | - |
| HSV(B) | 222.86º | 0.25% | 0.33% | - |
| XYZ | 5.94 | 6.13 | 9.46 | - |
| YUV | 69.92 | 136.51 | 123.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 70 | 85 | 0.25 | 0.18 | 0 | 0.67 | 222.86 | 0.14 | 0.29 |
| Hex | 40 | 46 | 55 | 19 | 12 | 0 | 43 | DF | E | 1D |
| Octal | 100 | 106 | 125 | 31 | 22 | 0 | 103 | 337 | 16 | 35 |
| Binary | 1000000 | 1000110 | 1010101 | 11001 | 10010 | 0 | 1000011 | 11011111 | 1110 | 11101 |
Color Harmonies of #404655
Complementary color
Monochromatic Colors of #404655
Black with #404655
Text Example
Text Example
White with #404655
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #404655; }
p { color: rgb(64,70,85); }
H1.HeaderClassName
{
color: #404655;
}
.AnyTagClassName
{
color: #404655;
}
</style>
background-color css
<style>
a { background-color: #404655; }
a { background-color: rgb(64,70,85); }
div.DivClassName
{
background-color: #404655;
}
.BgClassName
{
background-color: #404655;
}
</style>
border-color css
<style>
span { border-color: #404655; }
span { border-color: rgb(64,70,85); }
td.TdClassName
{
border-color: #404655;
}
.TagClassName
{
border-color: #404655;
}
</style>