Shades of Blue Zodiac #414459
Tints of Blue Zodiac #414459
RGB
CMYK
RGB Variations
Color information
#414459 (or 0x414459) is known color: Blue Zodiac. HEX triplet: 41, 44 and 59. RGB value is (65,68,89). Sum of RGB (Red+Green+Blue) = 65+68+89=222 (29% of max value = 765). Red value is 65 (25.78% from 255 or 29.28% from 222); Green value is 68 (26.95% from 255 or 30.63% from 222); Blue value is 89 (35.16% from 255 or 40.09% from 222); Max value from RGB is 89 - color contains mainly: blue. Hex color #414459 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #414459 is #BEBBA6. Grayscale: #454545. Windows color (decimal): -12499879 or 5850177. OLE color: 5850177.
HSL color Cylindrical-coordinate representation of color #414459: hue angle of 232.5º degrees, saturation: 0.16, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #414459 is Cyan = 0.27, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 65 | 68 | 89 | - |
| CMYK | 0.27 | 0.24 | 0 | 0.65 |
| HSL | 232.5º | 0.16% | 0.3% | - |
| HSV(B) | 232.5º | 0.27% | 0.35% | - |
| XYZ | 6.05 | 5.98 | 10.29 | - |
| YUV | 69.5 | 139.01 | 124.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 68 | 89 | 0.27 | 0.24 | 0 | 0.65 | 232.5 | 0.16 | 0.3 |
| Hex | 41 | 44 | 59 | 1B | 18 | 0 | 41 | E8 | 10 | 1E |
| Octal | 101 | 104 | 131 | 33 | 30 | 0 | 101 | 350 | 20 | 36 |
| Binary | 1000001 | 1000100 | 1011001 | 11011 | 11000 | 0 | 1000001 | 11101000 | 10000 | 11110 |
Color Harmonies of #414459
Complementary color
Monochromatic Colors of #414459
Black with #414459
Text Example
Text Example
White with #414459
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #414459; }
p { color: rgb(65,68,89); }
H1.HeaderClassName
{
color: #414459;
}
.AnyTagClassName
{
color: #414459;
}
</style>
background-color css
<style>
a { background-color: #414459; }
a { background-color: rgb(65,68,89); }
div.DivClassName
{
background-color: #414459;
}
.BgClassName
{
background-color: #414459;
}
</style>
border-color css
<style>
span { border-color: #414459; }
span { border-color: rgb(65,68,89); }
td.TdClassName
{
border-color: #414459;
}
.TagClassName
{
border-color: #414459;
}
</style>