Shades of Blue Zodiac #42465B
Tints of Blue Zodiac #42465B
RGB
CMYK
RGB Variations
Color information
#42465B (or 0x42465B) is known color: Blue Zodiac. HEX triplet: 42, 46 and 5B. RGB value is (66,70,91). Sum of RGB (Red+Green+Blue) = 66+70+91=227 (30% of max value = 765). Red value is 66 (26.17% from 255 or 29.07% from 227); Green value is 70 (27.73% from 255 or 30.84% from 227); Blue value is 91 (35.94% from 255 or 40.09% from 227); Max value from RGB is 91 - color contains mainly: blue. Hex color #42465B is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #42465B is #BDB9A4. Grayscale: #474747. Windows color (decimal): -12433829 or 5981762. OLE color: 5981762.
HSL color Cylindrical-coordinate representation of color #42465B: hue angle of 230.4º degrees, saturation: 0.16, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #42465B is Cyan = 0.27, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 66 | 70 | 91 | - |
| CMYK | 0.27 | 0.23 | 0 | 0.64 |
| HSL | 230.4º | 0.16% | 0.31% | - |
| HSV(B) | 230.4º | 0.27% | 0.36% | - |
| XYZ | 6.33 | 6.29 | 10.78 | - |
| YUV | 71.2 | 139.17 | 124.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 70 | 91 | 0.27 | 0.23 | 0 | 0.64 | 230.4 | 0.16 | 0.31 |
| Hex | 42 | 46 | 5B | 1B | 17 | 0 | 40 | E6 | 10 | 1F |
| Octal | 102 | 106 | 133 | 33 | 27 | 0 | 100 | 346 | 20 | 37 |
| Binary | 1000010 | 1000110 | 1011011 | 11011 | 10111 | 0 | 1000000 | 11100110 | 10000 | 11111 |
Color Harmonies of #42465B
Complementary color
Monochromatic Colors of #42465B
Black with #42465B
Text Example
Text Example
White with #42465B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #42465B; }
p { color: rgb(66,70,91); }
H1.HeaderClassName
{
color: #42465B;
}
.AnyTagClassName
{
color: #42465B;
}
</style>
background-color css
<style>
a { background-color: #42465B; }
a { background-color: rgb(66,70,91); }
div.DivClassName
{
background-color: #42465B;
}
.BgClassName
{
background-color: #42465B;
}
</style>
border-color css
<style>
span { border-color: #42465B; }
span { border-color: rgb(66,70,91); }
td.TdClassName
{
border-color: #42465B;
}
.TagClassName
{
border-color: #42465B;
}
</style>