Shades of Jagger #413A49
Tints of Jagger #413A49
RGB
CMYK
RGB Variations
Color information
#413A49 (or 0x413A49) is known color: Jagger. HEX triplet: 41, 3A and 49. RGB value is (65,58,73). Sum of RGB (Red+Green+Blue) = 65+58+73=196 (25% of max value = 765). Red value is 65 (25.78% from 255 or 33.16% from 196); Green value is 58 (23.05% from 255 or 29.59% from 196); Blue value is 73 (28.91% from 255 or 37.24% from 196); Max value from RGB is 73 - color contains mainly: blue. Hex color #413A49 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #413A49 is #BEC5B6. Grayscale: #3D3D3D. Windows color (decimal): -12502455 or 4799041. OLE color: 4799041.
HSL color Cylindrical-coordinate representation of color #413A49: hue angle of 268º degrees, saturation: 0.11, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #413A49 is Cyan = 0.11, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 65 | 58 | 73 | - |
| CMYK | 0.11 | 0.21 | 0 | 0.71 |
| HSL | 268º | 0.11% | 0.26% | - |
| HSV(B) | 268º | 0.21% | 0.29% | - |
| XYZ | 4.9 | 4.63 | 6.94 | - |
| YUV | 61.8 | 134.32 | 130.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 58 | 73 | 0.11 | 0.21 | 0 | 0.71 | 268 | 0.11 | 0.26 |
| Hex | 41 | 3A | 49 | B | 15 | 0 | 47 | 10C | B | 1A |
| Octal | 101 | 72 | 111 | 13 | 25 | 0 | 107 | 414 | 13 | 32 |
| Binary | 1000001 | 111010 | 1001001 | 1011 | 10101 | 0 | 1000111 | 100001100 | 1011 | 11010 |
Color Harmonies of #413A49
Complementary color
Monochromatic Colors of #413A49
Black with #413A49
Text Example
Text Example
White with #413A49
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #413A49; }
p { color: rgb(65,58,73); }
H1.HeaderClassName
{
color: #413A49;
}
.AnyTagClassName
{
color: #413A49;
}
</style>
background-color css
<style>
a { background-color: #413A49; }
a { background-color: rgb(65,58,73); }
div.DivClassName
{
background-color: #413A49;
}
.BgClassName
{
background-color: #413A49;
}
</style>
border-color css
<style>
span { border-color: #413A49; }
span { border-color: rgb(65,58,73); }
td.TdClassName
{
border-color: #413A49;
}
.TagClassName
{
border-color: #413A49;
}
</style>