Shades of Blue Zodiac #41465D
Tints of Blue Zodiac #41465D
RGB
CMYK
RGB Variations
Color information
#41465D (or 0x41465D) is known color: Blue Zodiac. HEX triplet: 41, 46 and 5D. RGB value is (65,70,93). Sum of RGB (Red+Green+Blue) = 65+70+93=228 (30% of max value = 765). Red value is 65 (25.78% from 255 or 28.51% from 228); Green value is 70 (27.73% from 255 or 30.70% from 228); Blue value is 93 (36.72% from 255 or 40.79% from 228); Max value from RGB is 93 - color contains mainly: blue. Hex color #41465D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #41465D is #BEB9A2. Grayscale: #474747. Windows color (decimal): -12499363 or 6112833. OLE color: 6112833.
HSL color Cylindrical-coordinate representation of color #41465D: hue angle of 229.29º degrees, saturation: 0.18, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #41465D is Cyan = 0.30, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 65 | 70 | 93 | - |
| CMYK | 0.30 | 0.25 | 0 | 0.64 |
| HSL | 229.29º | 0.18% | 0.31% | - |
| HSV(B) | 229.29º | 0.3% | 0.36% | - |
| XYZ | 6.35 | 6.29 | 11.24 | - |
| YUV | 71.13 | 140.34 | 123.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 70 | 93 | 0.30 | 0.25 | 0 | 0.64 | 229.29 | 0.18 | 0.31 |
| Hex | 41 | 46 | 5D | 1E | 19 | 0 | 40 | E5 | 12 | 1F |
| Octal | 101 | 106 | 135 | 36 | 31 | 0 | 100 | 345 | 22 | 37 |
| Binary | 1000001 | 1000110 | 1011101 | 11110 | 11001 | 0 | 1000000 | 11100101 | 10010 | 11111 |
Color Harmonies of #41465D
Complementary color
Monochromatic Colors of #41465D
Black with #41465D
Text Example
Text Example
White with #41465D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #41465D; }
p { color: rgb(65,70,93); }
H1.HeaderClassName
{
color: #41465D;
}
.AnyTagClassName
{
color: #41465D;
}
</style>
background-color css
<style>
a { background-color: #41465D; }
a { background-color: rgb(65,70,93); }
div.DivClassName
{
background-color: #41465D;
}
.BgClassName
{
background-color: #41465D;
}
</style>
border-color css
<style>
span { border-color: #41465D; }
span { border-color: rgb(65,70,93); }
td.TdClassName
{
border-color: #41465D;
}
.TagClassName
{
border-color: #41465D;
}
</style>