Shades of Blue Zodiac #41465A
Tints of Blue Zodiac #41465A
RGB
CMYK
RGB Variations
Color information
#41465A (or 0x41465A) is known color: Blue Zodiac. HEX triplet: 41, 46 and 5A. RGB value is (65,70,90). Sum of RGB (Red+Green+Blue) = 65+70+90=225 (29% of max value = 765). Red value is 65 (25.78% from 255 or 28.89% from 225); Green value is 70 (27.73% from 255 or 31.11% from 225); Blue value is 90 (35.55% from 255 or 40% from 225); Max value from RGB is 90 - color contains mainly: blue. Hex color #41465A is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #41465A is #BEB9A5. Grayscale: #464646. Windows color (decimal): -12499366 or 5916225. OLE color: 5916225.
HSL color Cylindrical-coordinate representation of color #41465A: hue angle of 228º degrees, saturation: 0.16, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #41465A is Cyan = 0.28, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 65 | 70 | 90 | - |
| CMYK | 0.28 | 0.22 | 0 | 0.65 |
| HSL | 228º | 0.16% | 0.3% | - |
| HSV(B) | 228º | 0.28% | 0.35% | - |
| XYZ | 6.22 | 6.24 | 10.55 | - |
| YUV | 70.79 | 138.84 | 123.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 70 | 90 | 0.28 | 0.22 | 0 | 0.65 | 228 | 0.16 | 0.3 |
| Hex | 41 | 46 | 5A | 1C | 16 | 0 | 41 | E4 | 10 | 1E |
| Octal | 101 | 106 | 132 | 34 | 26 | 0 | 101 | 344 | 20 | 36 |
| Binary | 1000001 | 1000110 | 1011010 | 11100 | 10110 | 0 | 1000001 | 11100100 | 10000 | 11110 |
Color Harmonies of #41465A
Complementary color
Monochromatic Colors of #41465A
Black with #41465A
Text Example
Text Example
White with #41465A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #41465A; }
p { color: rgb(65,70,90); }
H1.HeaderClassName
{
color: #41465A;
}
.AnyTagClassName
{
color: #41465A;
}
</style>
background-color css
<style>
a { background-color: #41465A; }
a { background-color: rgb(65,70,90); }
div.DivClassName
{
background-color: #41465A;
}
.BgClassName
{
background-color: #41465A;
}
</style>
border-color css
<style>
span { border-color: #41465A; }
span { border-color: rgb(65,70,90); }
td.TdClassName
{
border-color: #41465A;
}
.TagClassName
{
border-color: #41465A;
}
</style>