Shades of Blue Zodiac #414961
Tints of Blue Zodiac #414961
RGB
CMYK
RGB Variations
Color information
#414961 (or 0x414961) is known color: Blue Zodiac. HEX triplet: 41, 49 and 61. RGB value is (65,73,97). Sum of RGB (Red+Green+Blue) = 65+73+97=235 (31% of max value = 765). Red value is 65 (25.78% from 255 or 27.66% from 235); Green value is 73 (28.91% from 255 or 31.06% from 235); Blue value is 97 (38.28% from 255 or 41.28% from 235); Max value from RGB is 97 - color contains mainly: blue. Hex color #414961 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #414961 is #BEB69E. Grayscale: #494949. Windows color (decimal): -12498591 or 6375745. OLE color: 6375745.
HSL color Cylindrical-coordinate representation of color #414961: hue angle of 225º degrees, saturation: 0.2, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #414961 is Cyan = 0.33, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 65 | 73 | 97 | - |
| CMYK | 0.33 | 0.25 | 0 | 0.62 |
| HSL | 225º | 0.2% | 0.32% | - |
| HSV(B) | 225º | 0.33% | 0.38% | - |
| XYZ | 6.72 | 6.75 | 12.26 | - |
| YUV | 73.34 | 141.35 | 122.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 73 | 97 | 0.33 | 0.25 | 0 | 0.62 | 225 | 0.2 | 0.32 |
| Hex | 41 | 49 | 61 | 21 | 19 | 0 | 3E | E1 | 14 | 20 |
| Octal | 101 | 111 | 141 | 41 | 31 | 0 | 76 | 341 | 24 | 40 |
| Binary | 1000001 | 1001001 | 1100001 | 100001 | 11001 | 0 | 111110 | 11100001 | 10100 | 100000 |
Color Harmonies of #414961
Complementary color
Monochromatic Colors of #414961
Black with #414961
Text Example
Text Example
White with #414961
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #414961; }
p { color: rgb(65,73,97); }
H1.HeaderClassName
{
color: #414961;
}
.AnyTagClassName
{
color: #414961;
}
</style>
background-color css
<style>
a { background-color: #414961; }
a { background-color: rgb(65,73,97); }
div.DivClassName
{
background-color: #414961;
}
.BgClassName
{
background-color: #414961;
}
</style>
border-color css
<style>
span { border-color: #414961; }
span { border-color: rgb(65,73,97); }
td.TdClassName
{
border-color: #414961;
}
.TagClassName
{
border-color: #414961;
}
</style>