Shades of Jagger #454148
Tints of Jagger #454148
RGB
CMYK
RGB Variations
Color information
#454148 (or 0x454148) is known color: Jagger. HEX triplet: 45, 41 and 48. RGB value is (69,65,72). Sum of RGB (Red+Green+Blue) = 69+65+72=206 (27% of max value = 765). Red value is 69 (27.34% from 255 or 33.50% from 206); Green value is 65 (25.78% from 255 or 31.55% from 206); Blue value is 72 (28.52% from 255 or 34.95% from 206); Max value from RGB is 72 - color contains mainly: blue. Hex color #454148 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #454148 is #BABEB7. Grayscale: #424242. Windows color (decimal): -12238520 or 4735301. OLE color: 4735301.
HSL color Cylindrical-coordinate representation of color #454148: hue angle of 274.29º degrees, saturation: 0.05, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #454148 is Cyan = 0.04, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 69 | 65 | 72 | - |
| CMYK | 0.04 | 0.10 | 0 | 0.72 |
| HSL | 274.29º | 0.05% | 0.27% | - |
| HSV(B) | 274.29º | 0.1% | 0.28% | - |
| XYZ | 5.51 | 5.51 | 6.9 | - |
| YUV | 66.99 | 130.83 | 129.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 65 | 72 | 0.04 | 0.10 | 0 | 0.72 | 274.29 | 0.05 | 0.27 |
| Hex | 45 | 41 | 48 | 4 | A | 0 | 48 | 112 | 5 | 1B |
| Octal | 105 | 101 | 110 | 4 | 12 | 0 | 110 | 422 | 5 | 33 |
| Binary | 1000101 | 1000001 | 1001000 | 100 | 1010 | 0 | 1001000 | 100010010 | 101 | 11011 |
Color Harmonies of #454148
Complementary color
Monochromatic Colors of #454148
Black with #454148
Text Example
Text Example
White with #454148
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #454148; }
p { color: rgb(69,65,72); }
H1.HeaderClassName
{
color: #454148;
}
.AnyTagClassName
{
color: #454148;
}
</style>
background-color css
<style>
a { background-color: #454148; }
a { background-color: rgb(69,65,72); }
div.DivClassName
{
background-color: #454148;
}
.BgClassName
{
background-color: #454148;
}
</style>
border-color css
<style>
span { border-color: #454148; }
span { border-color: rgb(69,65,72); }
td.TdClassName
{
border-color: #454148;
}
.TagClassName
{
border-color: #454148;
}
</style>