Shades of Blue Zodiac #42485B
Tints of Blue Zodiac #42485B
RGB
CMYK
RGB Variations
Color information
#42485B (or 0x42485B) is known color: Blue Zodiac. HEX triplet: 42, 48 and 5B. RGB value is (66,72,91). Sum of RGB (Red+Green+Blue) = 66+72+91=229 (30% of max value = 765). Red value is 66 (26.17% from 255 or 28.82% from 229); Green value is 72 (28.52% from 255 or 31.44% from 229); Blue value is 91 (35.94% from 255 or 39.74% from 229); Max value from RGB is 91 - color contains mainly: blue. Hex color #42485B is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #42485B is #BDB7A4. Grayscale: #484848. Windows color (decimal): -12433317 or 5982274. OLE color: 5982274.
HSL color Cylindrical-coordinate representation of color #42485B: hue angle of 225.6º 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 #42485B is Cyan = 0.27, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 66 | 72 | 91 | - |
| CMYK | 0.27 | 0.21 | 0 | 0.64 |
| HSL | 225.6º | 0.16% | 0.31% | - |
| HSV(B) | 225.6º | 0.27% | 0.36% | - |
| XYZ | 6.45 | 6.55 | 10.82 | - |
| YUV | 72.37 | 138.51 | 123.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 72 | 91 | 0.27 | 0.21 | 0 | 0.64 | 225.6 | 0.16 | 0.31 |
| Hex | 42 | 48 | 5B | 1B | 15 | 0 | 40 | E2 | 10 | 1F |
| Octal | 102 | 110 | 133 | 33 | 25 | 0 | 100 | 342 | 20 | 37 |
| Binary | 1000010 | 1001000 | 1011011 | 11011 | 10101 | 0 | 1000000 | 11100010 | 10000 | 11111 |
Color Harmonies of #42485B
Complementary color
Monochromatic Colors of #42485B
Black with #42485B
Text Example
Text Example
White with #42485B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #42485B; }
p { color: rgb(66,72,91); }
H1.HeaderClassName
{
color: #42485B;
}
.AnyTagClassName
{
color: #42485B;
}
</style>
background-color css
<style>
a { background-color: #42485B; }
a { background-color: rgb(66,72,91); }
div.DivClassName
{
background-color: #42485B;
}
.BgClassName
{
background-color: #42485B;
}
</style>
border-color css
<style>
span { border-color: #42485B; }
span { border-color: rgb(66,72,91); }
td.TdClassName
{
border-color: #42485B;
}
.TagClassName
{
border-color: #42485B;
}
</style>