Shades of Blue Zodiac #41475C
Tints of Blue Zodiac #41475C
RGB
CMYK
RGB Variations
Color information
#41475C (or 0x41475C) is known color: Blue Zodiac. HEX triplet: 41, 47 and 5C. RGB value is (65,71,92). Sum of RGB (Red+Green+Blue) = 65+71+92=228 (30% of max value = 765). Red value is 65 (25.78% from 255 or 28.51% from 228); Green value is 71 (28.12% from 255 or 31.14% from 228); Blue value is 92 (36.33% from 255 or 40.35% from 228); Max value from RGB is 92 - color contains mainly: blue. Hex color #41475C is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #41475C is #BEB8A3. Grayscale: #474747. Windows color (decimal): -12499108 or 6047553. OLE color: 6047553.
HSL color Cylindrical-coordinate representation of color #41475C: hue angle of 226.67º 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 #41475C is Cyan = 0.29, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 65 | 71 | 92 | - |
| CMYK | 0.29 | 0.23 | 0 | 0.64 |
| HSL | 226.67º | 0.17% | 0.31% | - |
| HSV(B) | 226.67º | 0.29% | 0.36% | - |
| XYZ | 6.36 | 6.4 | 11.03 | - |
| YUV | 71.6 | 139.51 | 123.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 71 | 92 | 0.29 | 0.23 | 0 | 0.64 | 226.67 | 0.17 | 0.31 |
| Hex | 41 | 47 | 5C | 1D | 17 | 0 | 40 | E3 | 11 | 1F |
| Octal | 101 | 107 | 134 | 35 | 27 | 0 | 100 | 343 | 21 | 37 |
| Binary | 1000001 | 1000111 | 1011100 | 11101 | 10111 | 0 | 1000000 | 11100011 | 10001 | 11111 |
Color Harmonies of #41475C
Complementary color
Monochromatic Colors of #41475C
Black with #41475C
Text Example
Text Example
White with #41475C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #41475C; }
p { color: rgb(65,71,92); }
H1.HeaderClassName
{
color: #41475C;
}
.AnyTagClassName
{
color: #41475C;
}
</style>
background-color css
<style>
a { background-color: #41475C; }
a { background-color: rgb(65,71,92); }
div.DivClassName
{
background-color: #41475C;
}
.BgClassName
{
background-color: #41475C;
}
</style>
border-color css
<style>
span { border-color: #41475C; }
span { border-color: rgb(65,71,92); }
td.TdClassName
{
border-color: #41475C;
}
.TagClassName
{
border-color: #41475C;
}
</style>