Shades of Blue Zodiac #42465D
Tints of Blue Zodiac #42465D
RGB
CMYK
RGB Variations
Color information
#42465D (or 0x42465D) is known color: Blue Zodiac. HEX triplet: 42, 46 and 5D. RGB value is (66,70,93). Sum of RGB (Red+Green+Blue) = 66+70+93=229 (30% of max value = 765). Red value is 66 (26.17% from 255 or 28.82% from 229); Green value is 70 (27.73% from 255 or 30.57% from 229); Blue value is 93 (36.72% from 255 or 40.61% from 229); Max value from RGB is 93 - color contains mainly: blue. Hex color #42465D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #42465D is #BDB9A2. Grayscale: #474747. Windows color (decimal): -12433827 or 6112834. OLE color: 6112834.
HSL color Cylindrical-coordinate representation of color #42465D: hue angle of 231.11º 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 #42465D is Cyan = 0.29, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 66 | 70 | 93 | - |
| CMYK | 0.29 | 0.25 | 0 | 0.64 |
| HSL | 231.11º | 0.17% | 0.31% | - |
| HSV(B) | 231.11º | 0.29% | 0.36% | - |
| XYZ | 6.41 | 6.33 | 11.24 | - |
| YUV | 71.43 | 140.17 | 124.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 70 | 93 | 0.29 | 0.25 | 0 | 0.64 | 231.11 | 0.17 | 0.31 |
| Hex | 42 | 46 | 5D | 1D | 19 | 0 | 40 | E7 | 11 | 1F |
| Octal | 102 | 106 | 135 | 35 | 31 | 0 | 100 | 347 | 21 | 37 |
| Binary | 1000010 | 1000110 | 1011101 | 11101 | 11001 | 0 | 1000000 | 11100111 | 10001 | 11111 |
Color Harmonies of #42465D
Complementary color
Monochromatic Colors of #42465D
Black with #42465D
Text Example
Text Example
White with #42465D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #42465D; }
p { color: rgb(66,70,93); }
H1.HeaderClassName
{
color: #42465D;
}
.AnyTagClassName
{
color: #42465D;
}
</style>
background-color css
<style>
a { background-color: #42465D; }
a { background-color: rgb(66,70,93); }
div.DivClassName
{
background-color: #42465D;
}
.BgClassName
{
background-color: #42465D;
}
</style>
border-color css
<style>
span { border-color: #42465D; }
span { border-color: rgb(66,70,93); }
td.TdClassName
{
border-color: #42465D;
}
.TagClassName
{
border-color: #42465D;
}
</style>