Shades of Blue Zodiac #424A5C
Tints of Blue Zodiac #424A5C
RGB
CMYK
RGB Variations
Color information
#424A5C (or 0x424A5C) is known color: Blue Zodiac. HEX triplet: 42, 4A and 5C. RGB value is (66,74,92). Sum of RGB (Red+Green+Blue) = 66+74+92=232 (30% of max value = 765). Red value is 66 (26.17% from 255 or 28.45% from 232); Green value is 74 (29.30% from 255 or 31.90% from 232); Blue value is 92 (36.33% from 255 or 39.66% from 232); Max value from RGB is 92 - color contains mainly: blue. Hex color #424A5C is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #424A5C is #BDB5A3. Grayscale: #494949. Windows color (decimal): -12432804 or 6048322. OLE color: 6048322.
HSL color Cylindrical-coordinate representation of color #424A5C: hue angle of 221.54º degrees, saturation: 0.16, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #424A5C is Cyan = 0.28, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 66 | 74 | 92 | - |
| CMYK | 0.28 | 0.20 | 0 | 0.64 |
| HSL | 221.54º | 0.16% | 0.31% | - |
| HSV(B) | 221.54º | 0.28% | 0.36% | - |
| XYZ | 6.63 | 6.83 | 11.09 | - |
| YUV | 73.66 | 138.35 | 122.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 74 | 92 | 0.28 | 0.20 | 0 | 0.64 | 221.54 | 0.16 | 0.31 |
| Hex | 42 | 4A | 5C | 1C | 14 | 0 | 40 | DE | 10 | 1F |
| Octal | 102 | 112 | 134 | 34 | 24 | 0 | 100 | 336 | 20 | 37 |
| Binary | 1000010 | 1001010 | 1011100 | 11100 | 10100 | 0 | 1000000 | 11011110 | 10000 | 11111 |
Color Harmonies of #424A5C
Complementary color
Monochromatic Colors of #424A5C
Black with #424A5C
Text Example
Text Example
White with #424A5C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #424A5C; }
p { color: rgb(66,74,92); }
H1.HeaderClassName
{
color: #424A5C;
}
.AnyTagClassName
{
color: #424A5C;
}
</style>
background-color css
<style>
a { background-color: #424A5C; }
a { background-color: rgb(66,74,92); }
div.DivClassName
{
background-color: #424A5C;
}
.BgClassName
{
background-color: #424A5C;
}
</style>
border-color css
<style>
span { border-color: #424A5C; }
span { border-color: rgb(66,74,92); }
td.TdClassName
{
border-color: #424A5C;
}
.TagClassName
{
border-color: #424A5C;
}
</style>