Shades of Blue Zodiac #414860
Tints of Blue Zodiac #414860
RGB
CMYK
RGB Variations
Color information
#414860 (or 0x414860) is known color: Blue Zodiac. HEX triplet: 41, 48 and 60. RGB value is (65,72,96). Sum of RGB (Red+Green+Blue) = 65+72+96=233 (30% of max value = 765). Red value is 65 (25.78% from 255 or 27.90% from 233); Green value is 72 (28.52% from 255 or 30.90% from 233); Blue value is 96 (37.89% from 255 or 41.20% from 233); Max value from RGB is 96 - color contains mainly: blue. Hex color #414860 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #414860 is #BEB79F. Grayscale: #484848. Windows color (decimal): -12498848 or 6309953. OLE color: 6309953.
HSL color Cylindrical-coordinate representation of color #414860: hue angle of 226.45º degrees, saturation: 0.19, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #414860 is Cyan = 0.32, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 65 | 72 | 96 | - |
| CMYK | 0.32 | 0.25 | 0 | 0.62 |
| HSL | 226.45º | 0.19% | 0.32% | - |
| HSV(B) | 226.45º | 0.32% | 0.38% | - |
| XYZ | 6.61 | 6.6 | 11.99 | - |
| YUV | 72.64 | 141.18 | 122.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 72 | 96 | 0.32 | 0.25 | 0 | 0.62 | 226.45 | 0.19 | 0.32 |
| Hex | 41 | 48 | 60 | 20 | 19 | 0 | 3E | E2 | 13 | 20 |
| Octal | 101 | 110 | 140 | 40 | 31 | 0 | 76 | 342 | 23 | 40 |
| Binary | 1000001 | 1001000 | 1100000 | 100000 | 11001 | 0 | 111110 | 11100010 | 10011 | 100000 |
Color Harmonies of #414860
Complementary color
Monochromatic Colors of #414860
Black with #414860
Text Example
Text Example
White with #414860
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #414860; }
p { color: rgb(65,72,96); }
H1.HeaderClassName
{
color: #414860;
}
.AnyTagClassName
{
color: #414860;
}
</style>
background-color css
<style>
a { background-color: #414860; }
a { background-color: rgb(65,72,96); }
div.DivClassName
{
background-color: #414860;
}
.BgClassName
{
background-color: #414860;
}
</style>
border-color css
<style>
span { border-color: #414860; }
span { border-color: rgb(65,72,96); }
td.TdClassName
{
border-color: #414860;
}
.TagClassName
{
border-color: #414860;
}
</style>