Shades of Blue Zodiac #41465C
Tints of Blue Zodiac #41465C
RGB
CMYK
RGB Variations
Color information
#41465C (or 0x41465C) is known color: Blue Zodiac. HEX triplet: 41, 46 and 5C. RGB value is (65,70,92). Sum of RGB (Red+Green+Blue) = 65+70+92=227 (30% of max value = 765). Red value is 65 (25.78% from 255 or 28.63% from 227); Green value is 70 (27.73% from 255 or 30.84% from 227); Blue value is 92 (36.33% from 255 or 40.53% from 227); Max value from RGB is 92 - color contains mainly: blue. Hex color #41465C is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #41465C is #BEB9A3. Grayscale: #464646. Windows color (decimal): -12499364 or 6047297. OLE color: 6047297.
HSL color Cylindrical-coordinate representation of color #41465C: hue angle of 228.89º degrees, saturation: 0.17, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #41465C is Cyan = 0.29, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 65 | 70 | 92 | - |
| CMYK | 0.29 | 0.24 | 0 | 0.64 |
| HSL | 228.89º | 0.17% | 0.31% | - |
| HSV(B) | 228.89º | 0.29% | 0.36% | - |
| XYZ | 6.3 | 6.28 | 11 | - |
| YUV | 71.01 | 139.84 | 123.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 70 | 92 | 0.29 | 0.24 | 0 | 0.64 | 228.89 | 0.17 | 0.31 |
| Hex | 41 | 46 | 5C | 1D | 18 | 0 | 40 | E5 | 11 | 1F |
| Octal | 101 | 106 | 134 | 35 | 30 | 0 | 100 | 345 | 21 | 37 |
| Binary | 1000001 | 1000110 | 1011100 | 11101 | 11000 | 0 | 1000000 | 11100101 | 10001 | 11111 |
Color Harmonies of #41465C
Complementary color
Monochromatic Colors of #41465C
Black with #41465C
Text Example
Text Example
White with #41465C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #41465C; }
p { color: rgb(65,70,92); }
H1.HeaderClassName
{
color: #41465C;
}
.AnyTagClassName
{
color: #41465C;
}
</style>
background-color css
<style>
a { background-color: #41465C; }
a { background-color: rgb(65,70,92); }
div.DivClassName
{
background-color: #41465C;
}
.BgClassName
{
background-color: #41465C;
}
</style>
border-color css
<style>
span { border-color: #41465C; }
span { border-color: rgb(65,70,92); }
td.TdClassName
{
border-color: #41465C;
}
.TagClassName
{
border-color: #41465C;
}
</style>