Shades of Blue Zodiac #424655
Tints of Blue Zodiac #424655
RGB
CMYK
RGB Variations
Color information
#424655 (or 0x424655) is known color: Blue Zodiac. HEX triplet: 42, 46 and 55. RGB value is (66,70,85). Sum of RGB (Red+Green+Blue) = 66+70+85=221 (29% of max value = 765). Red value is 66 (26.17% from 255 or 29.86% from 221); Green value is 70 (27.73% from 255 or 31.67% from 221); Blue value is 85 (33.59% from 255 or 38.46% from 221); Max value from RGB is 85 - color contains mainly: blue. Hex color #424655 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #424655 is #BDB9AA. Grayscale: #464646. Windows color (decimal): -12433835 or 5588546. OLE color: 5588546.
HSL color Cylindrical-coordinate representation of color #424655: hue angle of 227.37º degrees, saturation: 0.13, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #424655 is Cyan = 0.22, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 66 | 70 | 85 | - |
| CMYK | 0.22 | 0.18 | 0 | 0.67 |
| HSL | 227.37º | 0.13% | 0.3% | - |
| HSV(B) | 227.37º | 0.22% | 0.33% | - |
| XYZ | 6.08 | 6.19 | 9.47 | - |
| YUV | 70.51 | 136.17 | 124.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 70 | 85 | 0.22 | 0.18 | 0 | 0.67 | 227.37 | 0.13 | 0.3 |
| Hex | 42 | 46 | 55 | 16 | 12 | 0 | 43 | E3 | D | 1E |
| Octal | 102 | 106 | 125 | 26 | 22 | 0 | 103 | 343 | 15 | 36 |
| Binary | 1000010 | 1000110 | 1010101 | 10110 | 10010 | 0 | 1000011 | 11100011 | 1101 | 11110 |
Color Harmonies of #424655
Complementary color
Monochromatic Colors of #424655
Black with #424655
Text Example
Text Example
White with #424655
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #424655; }
p { color: rgb(66,70,85); }
H1.HeaderClassName
{
color: #424655;
}
.AnyTagClassName
{
color: #424655;
}
</style>
background-color css
<style>
a { background-color: #424655; }
a { background-color: rgb(66,70,85); }
div.DivClassName
{
background-color: #424655;
}
.BgClassName
{
background-color: #424655;
}
</style>
border-color css
<style>
span { border-color: #424655; }
span { border-color: rgb(66,70,85); }
td.TdClassName
{
border-color: #424655;
}
.TagClassName
{
border-color: #424655;
}
</style>