Shades of Blue Zodiac #41495C
Tints of Blue Zodiac #41495C
RGB
CMYK
RGB Variations
Color information
#41495C (or 0x41495C) is known color: Blue Zodiac. HEX triplet: 41, 49 and 5C. RGB value is (65,73,92). Sum of RGB (Red+Green+Blue) = 65+73+92=230 (30% of max value = 765). Red value is 65 (25.78% from 255 or 28.26% from 230); Green value is 73 (28.91% from 255 or 31.74% from 230); Blue value is 92 (36.33% from 255 or 40% from 230); Max value from RGB is 92 - color contains mainly: blue. Hex color #41495C is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #41495C is #BEB6A3. Grayscale: #484848. Windows color (decimal): -12498596 or 6048065. OLE color: 6048065.
HSL color Cylindrical-coordinate representation of color #41495C: hue angle of 222.22º 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 #41495C is Cyan = 0.29, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 65 | 73 | 92 | - |
| CMYK | 0.29 | 0.21 | 0 | 0.64 |
| HSL | 222.22º | 0.17% | 0.31% | - |
| HSV(B) | 222.22º | 0.29% | 0.36% | - |
| XYZ | 6.49 | 6.66 | 11.07 | - |
| YUV | 72.77 | 138.85 | 122.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 73 | 92 | 0.29 | 0.21 | 0 | 0.64 | 222.22 | 0.17 | 0.31 |
| Hex | 41 | 49 | 5C | 1D | 15 | 0 | 40 | DE | 11 | 1F |
| Octal | 101 | 111 | 134 | 35 | 25 | 0 | 100 | 336 | 21 | 37 |
| Binary | 1000001 | 1001001 | 1011100 | 11101 | 10101 | 0 | 1000000 | 11011110 | 10001 | 11111 |
Color Harmonies of #41495C
Complementary color
Monochromatic Colors of #41495C
Black with #41495C
Text Example
Text Example
White with #41495C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #41495C; }
p { color: rgb(65,73,92); }
H1.HeaderClassName
{
color: #41495C;
}
.AnyTagClassName
{
color: #41495C;
}
</style>
background-color css
<style>
a { background-color: #41495C; }
a { background-color: rgb(65,73,92); }
div.DivClassName
{
background-color: #41495C;
}
.BgClassName
{
background-color: #41495C;
}
</style>
border-color css
<style>
span { border-color: #41495C; }
span { border-color: rgb(65,73,92); }
td.TdClassName
{
border-color: #41495C;
}
.TagClassName
{
border-color: #41495C;
}
</style>