Shades of Blue Zodiac #41475A
Tints of Blue Zodiac #41475A
RGB
CMYK
RGB Variations
Color information
#41475A (or 0x41475A) is known color: Blue Zodiac. HEX triplet: 41, 47 and 5A. RGB value is (65,71,90). Sum of RGB (Red+Green+Blue) = 65+71+90=226 (29% of max value = 765). Red value is 65 (25.78% from 255 or 28.76% from 226); Green value is 71 (28.12% from 255 or 31.42% from 226); Blue value is 90 (35.55% from 255 or 39.82% from 226); Max value from RGB is 90 - color contains mainly: blue. Hex color #41475A is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #41475A is #BEB8A5. Grayscale: #474747. Windows color (decimal): -12499110 or 5916481. OLE color: 5916481.
HSL color Cylindrical-coordinate representation of color #41475A: hue angle of 225.6º 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 #41475A is Cyan = 0.28, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 65 | 71 | 90 | - |
| CMYK | 0.28 | 0.21 | 0 | 0.65 |
| HSL | 225.6º | 0.16% | 0.3% | - |
| HSV(B) | 225.6º | 0.28% | 0.35% | - |
| XYZ | 6.28 | 6.37 | 10.57 | - |
| YUV | 71.37 | 138.51 | 123.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 71 | 90 | 0.28 | 0.21 | 0 | 0.65 | 225.6 | 0.16 | 0.3 |
| Hex | 41 | 47 | 5A | 1C | 15 | 0 | 41 | E2 | 10 | 1E |
| Octal | 101 | 107 | 132 | 34 | 25 | 0 | 101 | 342 | 20 | 36 |
| Binary | 1000001 | 1000111 | 1011010 | 11100 | 10101 | 0 | 1000001 | 11100010 | 10000 | 11110 |
Color Harmonies of #41475A
Complementary color
Monochromatic Colors of #41475A
Black with #41475A
Text Example
Text Example
White with #41475A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #41475A; }
p { color: rgb(65,71,90); }
H1.HeaderClassName
{
color: #41475A;
}
.AnyTagClassName
{
color: #41475A;
}
</style>
background-color css
<style>
a { background-color: #41475A; }
a { background-color: rgb(65,71,90); }
div.DivClassName
{
background-color: #41475A;
}
.BgClassName
{
background-color: #41475A;
}
</style>
border-color css
<style>
span { border-color: #41475A; }
span { border-color: rgb(65,71,90); }
td.TdClassName
{
border-color: #41475A;
}
.TagClassName
{
border-color: #41475A;
}
</style>