Shades of Jagger #453C4A
Tints of Jagger #453C4A
RGB
CMYK
RGB Variations
Color information
#453C4A (or 0x453C4A) is known color: Jagger. HEX triplet: 45, 3C and 4A. RGB value is (69,60,74). Sum of RGB (Red+Green+Blue) = 69+60+74=203 (26% of max value = 765). Red value is 69 (27.34% from 255 or 33.99% from 203); Green value is 60 (23.83% from 255 or 29.56% from 203); Blue value is 74 (29.30% from 255 or 36.45% from 203); Max value from RGB is 74 - color contains mainly: blue. Hex color #453C4A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #453C4A is #BAC3B5. Grayscale: #404040. Windows color (decimal): -12239798 or 4865093. OLE color: 4865093.
HSL color Cylindrical-coordinate representation of color #453C4A: hue angle of 278.57º degrees, saturation: 0.1, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #453C4A is Cyan = 0.07, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 69 | 60 | 74 | - |
| CMYK | 0.07 | 0.19 | 0 | 0.71 |
| HSL | 278.57º | 0.1% | 0.26% | - |
| HSV(B) | 278.57º | 0.19% | 0.29% | - |
| XYZ | 5.31 | 4.99 | 7.16 | - |
| YUV | 64.29 | 133.48 | 131.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 60 | 74 | 0.07 | 0.19 | 0 | 0.71 | 278.57 | 0.1 | 0.26 |
| Hex | 45 | 3C | 4A | 7 | 13 | 0 | 47 | 117 | A | 1A |
| Octal | 105 | 74 | 112 | 7 | 23 | 0 | 107 | 427 | 12 | 32 |
| Binary | 1000101 | 111100 | 1001010 | 111 | 10011 | 0 | 1000111 | 100010111 | 1010 | 11010 |
Color Harmonies of #453C4A
Complementary color
Monochromatic Colors of #453C4A
Black with #453C4A
Text Example
Text Example
White with #453C4A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #453C4A; }
p { color: rgb(69,60,74); }
H1.HeaderClassName
{
color: #453C4A;
}
.AnyTagClassName
{
color: #453C4A;
}
</style>
background-color css
<style>
a { background-color: #453C4A; }
a { background-color: rgb(69,60,74); }
div.DivClassName
{
background-color: #453C4A;
}
.BgClassName
{
background-color: #453C4A;
}
</style>
border-color css
<style>
span { border-color: #453C4A; }
span { border-color: rgb(69,60,74); }
td.TdClassName
{
border-color: #453C4A;
}
.TagClassName
{
border-color: #453C4A;
}
</style>