Shades of Blue Zodiac #42495A
Tints of Blue Zodiac #42495A
RGB
CMYK
RGB Variations
Color information
#42495A (or 0x42495A) is known color: Blue Zodiac. HEX triplet: 42, 49 and 5A. RGB value is (66,73,90). Sum of RGB (Red+Green+Blue) = 66+73+90=229 (30% of max value = 765). Red value is 66 (26.17% from 255 or 28.82% from 229); Green value is 73 (28.91% from 255 or 31.88% from 229); Blue value is 90 (35.55% from 255 or 39.30% from 229); Max value from RGB is 90 - color contains mainly: blue. Hex color #42495A is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #42495A is #BDB6A5. Grayscale: #484848. Windows color (decimal): -12433062 or 5916994. OLE color: 5916994.
HSL color Cylindrical-coordinate representation of color #42495A: hue angle of 222.5º degrees, saturation: 0.15, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #42495A is Cyan = 0.27, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 66 | 73 | 90 | - |
| CMYK | 0.27 | 0.19 | 0 | 0.65 |
| HSL | 222.5º | 0.15% | 0.31% | - |
| HSV(B) | 222.5º | 0.27% | 0.35% | - |
| XYZ | 6.47 | 6.66 | 10.62 | - |
| YUV | 72.85 | 137.68 | 123.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 73 | 90 | 0.27 | 0.19 | 0 | 0.65 | 222.5 | 0.15 | 0.31 |
| Hex | 42 | 49 | 5A | 1B | 13 | 0 | 41 | DE | F | 1F |
| Octal | 102 | 111 | 132 | 33 | 23 | 0 | 101 | 336 | 17 | 37 |
| Binary | 1000010 | 1001001 | 1011010 | 11011 | 10011 | 0 | 1000001 | 11011110 | 1111 | 11111 |
Color Harmonies of #42495A
Complementary color
Monochromatic Colors of #42495A
Black with #42495A
Text Example
Text Example
White with #42495A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #42495A; }
p { color: rgb(66,73,90); }
H1.HeaderClassName
{
color: #42495A;
}
.AnyTagClassName
{
color: #42495A;
}
</style>
background-color css
<style>
a { background-color: #42495A; }
a { background-color: rgb(66,73,90); }
div.DivClassName
{
background-color: #42495A;
}
.BgClassName
{
background-color: #42495A;
}
</style>
border-color css
<style>
span { border-color: #42495A; }
span { border-color: rgb(66,73,90); }
td.TdClassName
{
border-color: #42495A;
}
.TagClassName
{
border-color: #42495A;
}
</style>