Shades of Blue Zodiac #41485C
Tints of Blue Zodiac #41485C
RGB
CMYK
RGB Variations
Color information
#41485C (or 0x41485C) is known color: Blue Zodiac. HEX triplet: 41, 48 and 5C. RGB value is (65,72,92). Sum of RGB (Red+Green+Blue) = 65+72+92=229 (30% of max value = 765). Red value is 65 (25.78% from 255 or 28.38% from 229); Green value is 72 (28.52% from 255 or 31.44% from 229); Blue value is 92 (36.33% from 255 or 40.17% from 229); Max value from RGB is 92 - color contains mainly: blue. Hex color #41485C is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #41485C is #BEB7A3. Grayscale: #484848. Windows color (decimal): -12498852 or 6047809. OLE color: 6047809.
HSL color Cylindrical-coordinate representation of color #41485C: hue angle of 224.44º 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 #41485C is Cyan = 0.29, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 65 | 72 | 92 | - |
| CMYK | 0.29 | 0.22 | 0 | 0.64 |
| HSL | 224.44º | 0.17% | 0.31% | - |
| HSV(B) | 224.44º | 0.29% | 0.36% | - |
| XYZ | 6.43 | 6.53 | 11.05 | - |
| YUV | 72.19 | 139.18 | 122.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 72 | 92 | 0.29 | 0.22 | 0 | 0.64 | 224.44 | 0.17 | 0.31 |
| Hex | 41 | 48 | 5C | 1D | 16 | 0 | 40 | E0 | 11 | 1F |
| Octal | 101 | 110 | 134 | 35 | 26 | 0 | 100 | 340 | 21 | 37 |
| Binary | 1000001 | 1001000 | 1011100 | 11101 | 10110 | 0 | 1000000 | 11100000 | 10001 | 11111 |
Color Harmonies of #41485C
Complementary color
Monochromatic Colors of #41485C
Black with #41485C
Text Example
Text Example
White with #41485C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #41485C; }
p { color: rgb(65,72,92); }
H1.HeaderClassName
{
color: #41485C;
}
.AnyTagClassName
{
color: #41485C;
}
</style>
background-color css
<style>
a { background-color: #41485C; }
a { background-color: rgb(65,72,92); }
div.DivClassName
{
background-color: #41485C;
}
.BgClassName
{
background-color: #41485C;
}
</style>
border-color css
<style>
span { border-color: #41485C; }
span { border-color: rgb(65,72,92); }
td.TdClassName
{
border-color: #41485C;
}
.TagClassName
{
border-color: #41485C;
}
</style>