Shades of Blue Zodiac #424960
Tints of Blue Zodiac #424960
RGB
CMYK
RGB Variations
Color information
#424960 (or 0x424960) is known color: Blue Zodiac. HEX triplet: 42, 49 and 60. RGB value is (66,73,96). Sum of RGB (Red+Green+Blue) = 66+73+96=235 (31% of max value = 765). Red value is 66 (26.17% from 255 or 28.09% from 235); Green value is 73 (28.91% from 255 or 31.06% from 235); Blue value is 96 (37.89% from 255 or 40.85% from 235); Max value from RGB is 96 - color contains mainly: blue. Hex color #424960 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #424960 is #BDB69F. Grayscale: #494949. Windows color (decimal): -12433056 or 6310210. OLE color: 6310210.
HSL color Cylindrical-coordinate representation of color #424960: hue angle of 226º degrees, saturation: 0.19, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #424960 is Cyan = 0.31, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 66 | 73 | 96 | - |
| CMYK | 0.31 | 0.24 | 0 | 0.62 |
| HSL | 226º | 0.19% | 0.32% | - |
| HSV(B) | 226º | 0.31% | 0.38% | - |
| XYZ | 6.74 | 6.77 | 12.02 | - |
| YUV | 73.53 | 140.68 | 122.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 73 | 96 | 0.31 | 0.24 | 0 | 0.62 | 226 | 0.19 | 0.32 |
| Hex | 42 | 49 | 60 | 1F | 18 | 0 | 3E | E2 | 13 | 20 |
| Octal | 102 | 111 | 140 | 37 | 30 | 0 | 76 | 342 | 23 | 40 |
| Binary | 1000010 | 1001001 | 1100000 | 11111 | 11000 | 0 | 111110 | 11100010 | 10011 | 100000 |
Color Harmonies of #424960
Complementary color
Monochromatic Colors of #424960
Black with #424960
Text Example
Text Example
White with #424960
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #424960; }
p { color: rgb(66,73,96); }
H1.HeaderClassName
{
color: #424960;
}
.AnyTagClassName
{
color: #424960;
}
</style>
background-color css
<style>
a { background-color: #424960; }
a { background-color: rgb(66,73,96); }
div.DivClassName
{
background-color: #424960;
}
.BgClassName
{
background-color: #424960;
}
</style>
border-color css
<style>
span { border-color: #424960; }
span { border-color: rgb(66,73,96); }
td.TdClassName
{
border-color: #424960;
}
.TagClassName
{
border-color: #424960;
}
</style>