Shades of Blue Zodiac #42495C
Tints of Blue Zodiac #42495C
RGB
CMYK
RGB Variations
Color information
#42495C (or 0x42495C) is known color: Blue Zodiac. HEX triplet: 42, 49 and 5C. RGB value is (66,73,92). Sum of RGB (Red+Green+Blue) = 66+73+92=231 (30% of max value = 765). Red value is 66 (26.17% from 255 or 28.57% from 231); Green value is 73 (28.91% from 255 or 31.60% from 231); Blue value is 92 (36.33% from 255 or 39.83% from 231); Max value from RGB is 92 - color contains mainly: blue. Hex color #42495C is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #42495C is #BDB6A3. Grayscale: #484848. Windows color (decimal): -12433060 or 6048066. OLE color: 6048066.
HSL color Cylindrical-coordinate representation of color #42495C: hue angle of 223.85º 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 #42495C is Cyan = 0.28, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 66 | 73 | 92 | - |
| CMYK | 0.28 | 0.21 | 0 | 0.64 |
| HSL | 223.85º | 0.16% | 0.31% | - |
| HSV(B) | 223.85º | 0.28% | 0.36% | - |
| XYZ | 6.56 | 6.7 | 11.07 | - |
| YUV | 73.07 | 138.68 | 122.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 73 | 92 | 0.28 | 0.21 | 0 | 0.64 | 223.85 | 0.16 | 0.31 |
| Hex | 42 | 49 | 5C | 1C | 15 | 0 | 40 | E0 | 10 | 1F |
| Octal | 102 | 111 | 134 | 34 | 25 | 0 | 100 | 340 | 20 | 37 |
| Binary | 1000010 | 1001001 | 1011100 | 11100 | 10101 | 0 | 1000000 | 11100000 | 10000 | 11111 |
Color Harmonies of #42495C
Complementary color
Monochromatic Colors of #42495C
Black with #42495C
Text Example
Text Example
White with #42495C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #42495C; }
p { color: rgb(66,73,92); }
H1.HeaderClassName
{
color: #42495C;
}
.AnyTagClassName
{
color: #42495C;
}
</style>
background-color css
<style>
a { background-color: #42495C; }
a { background-color: rgb(66,73,92); }
div.DivClassName
{
background-color: #42495C;
}
.BgClassName
{
background-color: #42495C;
}
</style>
border-color css
<style>
span { border-color: #42495C; }
span { border-color: rgb(66,73,92); }
td.TdClassName
{
border-color: #42495C;
}
.TagClassName
{
border-color: #42495C;
}
</style>