Shades of Blue Zodiac #414651
Tints of Blue Zodiac #414651
RGB
CMYK
RGB Variations
Color information
#414651 (or 0x414651) is known color: Blue Zodiac. HEX triplet: 41, 46 and 51. RGB value is (65,70,81). Sum of RGB (Red+Green+Blue) = 65+70+81=216 (28% of max value = 765). Red value is 65 (25.78% from 255 or 30.09% from 216); Green value is 70 (27.73% from 255 or 32.41% from 216); Blue value is 81 (32.03% from 255 or 37.5% from 216); Max value from RGB is 81 - color contains mainly: blue. Hex color #414651 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #414651 is #BEB9AE. Grayscale: #454545. Windows color (decimal): -12499375 or 5326401. OLE color: 5326401.
HSL color Cylindrical-coordinate representation of color #414651: hue angle of 221.25º degrees, saturation: 0.11, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #414651 is Cyan = 0.20, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 65 | 70 | 81 | - |
| CMYK | 0.20 | 0.14 | 0 | 0.68 |
| HSL | 221.25º | 0.11% | 0.29% | - |
| HSV(B) | 221.25º | 0.2% | 0.32% | - |
| XYZ | 5.86 | 6.1 | 8.65 | - |
| YUV | 69.76 | 134.34 | 124.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 70 | 81 | 0.20 | 0.14 | 0 | 0.68 | 221.25 | 0.11 | 0.29 |
| Hex | 41 | 46 | 51 | 14 | E | 0 | 44 | DD | B | 1D |
| Octal | 101 | 106 | 121 | 24 | 16 | 0 | 104 | 335 | 13 | 35 |
| Binary | 1000001 | 1000110 | 1010001 | 10100 | 1110 | 0 | 1000100 | 11011101 | 1011 | 11101 |
Color Harmonies of #414651
Complementary color
Monochromatic Colors of #414651
Black with #414651
Text Example
Text Example
White with #414651
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #414651; }
p { color: rgb(65,70,81); }
H1.HeaderClassName
{
color: #414651;
}
.AnyTagClassName
{
color: #414651;
}
</style>
background-color css
<style>
a { background-color: #414651; }
a { background-color: rgb(65,70,81); }
div.DivClassName
{
background-color: #414651;
}
.BgClassName
{
background-color: #414651;
}
</style>
border-color css
<style>
span { border-color: #414651; }
span { border-color: rgb(65,70,81); }
td.TdClassName
{
border-color: #414651;
}
.TagClassName
{
border-color: #414651;
}
</style>