Shades of Blue Zodiac #42495D
Tints of Blue Zodiac #42495D
RGB
CMYK
RGB Variations
Color information
#42495D (or 0x42495D) is known color: Blue Zodiac. HEX triplet: 42, 49 and 5D. RGB value is (66,73,93). Sum of RGB (Red+Green+Blue) = 66+73+93=232 (30% of max value = 765). Red value is 66 (26.17% from 255 or 28.45% from 232); Green value is 73 (28.91% from 255 or 31.47% from 232); Blue value is 93 (36.72% from 255 or 40.09% from 232); Max value from RGB is 93 - color contains mainly: blue. Hex color #42495D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #42495D is #BDB6A2. Grayscale: #494949. Windows color (decimal): -12433059 or 6113602. OLE color: 6113602.
HSL color Cylindrical-coordinate representation of color #42495D: hue angle of 224.44º degrees, saturation: 0.17, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #42495D is Cyan = 0.29, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 66 | 73 | 93 | - |
| CMYK | 0.29 | 0.22 | 0 | 0.64 |
| HSL | 224.44º | 0.17% | 0.31% | - |
| HSV(B) | 224.44º | 0.29% | 0.36% | - |
| XYZ | 6.61 | 6.71 | 11.3 | - |
| YUV | 73.19 | 139.18 | 122.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 73 | 93 | 0.29 | 0.22 | 0 | 0.64 | 224.44 | 0.17 | 0.31 |
| Hex | 42 | 49 | 5D | 1D | 16 | 0 | 40 | E0 | 11 | 1F |
| Octal | 102 | 111 | 135 | 35 | 26 | 0 | 100 | 340 | 21 | 37 |
| Binary | 1000010 | 1001001 | 1011101 | 11101 | 10110 | 0 | 1000000 | 11100000 | 10001 | 11111 |
Color Harmonies of #42495D
Complementary color
Monochromatic Colors of #42495D
Black with #42495D
Text Example
Text Example
White with #42495D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #42495D; }
p { color: rgb(66,73,93); }
H1.HeaderClassName
{
color: #42495D;
}
.AnyTagClassName
{
color: #42495D;
}
</style>
background-color css
<style>
a { background-color: #42495D; }
a { background-color: rgb(66,73,93); }
div.DivClassName
{
background-color: #42495D;
}
.BgClassName
{
background-color: #42495D;
}
</style>
border-color css
<style>
span { border-color: #42495D; }
span { border-color: rgb(66,73,93); }
td.TdClassName
{
border-color: #42495D;
}
.TagClassName
{
border-color: #42495D;
}
</style>