Shades of Blue Zodiac #41475D
Tints of Blue Zodiac #41475D
RGB
CMYK
RGB Variations
Color information
#41475D (or 0x41475D) is known color: Blue Zodiac. HEX triplet: 41, 47 and 5D. RGB value is (65,71,93). Sum of RGB (Red+Green+Blue) = 65+71+93=229 (30% of max value = 765). Red value is 65 (25.78% from 255 or 28.38% from 229); Green value is 71 (28.12% from 255 or 31.00% from 229); Blue value is 93 (36.72% from 255 or 40.61% from 229); Max value from RGB is 93 - color contains mainly: blue. Hex color #41475D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #41475D is #BEB8A2. Grayscale: #474747. Windows color (decimal): -12499107 or 6113089. OLE color: 6113089.
HSL color Cylindrical-coordinate representation of color #41475D: hue angle of 227.14º 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 #41475D is Cyan = 0.30, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 65 | 71 | 93 | - |
| CMYK | 0.30 | 0.24 | 0 | 0.64 |
| HSL | 227.14º | 0.18% | 0.31% | - |
| HSV(B) | 227.14º | 0.3% | 0.36% | - |
| XYZ | 6.41 | 6.42 | 11.26 | - |
| YUV | 71.71 | 140.01 | 123.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 71 | 93 | 0.30 | 0.24 | 0 | 0.64 | 227.14 | 0.18 | 0.31 |
| Hex | 41 | 47 | 5D | 1E | 18 | 0 | 40 | E3 | 12 | 1F |
| Octal | 101 | 107 | 135 | 36 | 30 | 0 | 100 | 343 | 22 | 37 |
| Binary | 1000001 | 1000111 | 1011101 | 11110 | 11000 | 0 | 1000000 | 11100011 | 10010 | 11111 |
Color Harmonies of #41475D
Complementary color
Monochromatic Colors of #41475D
Black with #41475D
Text Example
Text Example
White with #41475D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #41475D; }
p { color: rgb(65,71,93); }
H1.HeaderClassName
{
color: #41475D;
}
.AnyTagClassName
{
color: #41475D;
}
</style>
background-color css
<style>
a { background-color: #41475D; }
a { background-color: rgb(65,71,93); }
div.DivClassName
{
background-color: #41475D;
}
.BgClassName
{
background-color: #41475D;
}
</style>
border-color css
<style>
span { border-color: #41475D; }
span { border-color: rgb(65,71,93); }
td.TdClassName
{
border-color: #41475D;
}
.TagClassName
{
border-color: #41475D;
}
</style>