Shades of Jagger #453F4A
Tints of Jagger #453F4A
RGB
CMYK
RGB Variations
Color information
#453F4A (or 0x453F4A) is known color: Jagger. HEX triplet: 45, 3F and 4A. RGB value is (69,63,74). Sum of RGB (Red+Green+Blue) = 69+63+74=206 (27% of max value = 765). Red value is 69 (27.34% from 255 or 33.50% from 206); Green value is 63 (25% from 255 or 30.58% from 206); Blue value is 74 (29.30% from 255 or 35.92% from 206); Max value from RGB is 74 - color contains mainly: blue. Hex color #453F4A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #453F4A is #BAC0B5. Grayscale: #424242. Windows color (decimal): -12239030 or 4865861. OLE color: 4865861.
HSL color Cylindrical-coordinate representation of color #453F4A: hue angle of 272.73º degrees, saturation: 0.08, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #453F4A is Cyan = 0.07, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 69 | 63 | 74 | - |
| CMYK | 0.07 | 0.15 | 0 | 0.71 |
| HSL | 272.73º | 0.08% | 0.27% | - |
| HSV(B) | 272.73º | 0.15% | 0.29% | - |
| XYZ | 5.47 | 5.31 | 7.22 | - |
| YUV | 66.05 | 132.49 | 130.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 63 | 74 | 0.07 | 0.15 | 0 | 0.71 | 272.73 | 0.08 | 0.27 |
| Hex | 45 | 3F | 4A | 7 | F | 0 | 47 | 111 | 8 | 1B |
| Octal | 105 | 77 | 112 | 7 | 17 | 0 | 107 | 421 | 10 | 33 |
| Binary | 1000101 | 111111 | 1001010 | 111 | 1111 | 0 | 1000111 | 100010001 | 1000 | 11011 |
Color Harmonies of #453F4A
Complementary color
Monochromatic Colors of #453F4A
Black with #453F4A
Text Example
Text Example
White with #453F4A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #453F4A; }
p { color: rgb(69,63,74); }
H1.HeaderClassName
{
color: #453F4A;
}
.AnyTagClassName
{
color: #453F4A;
}
</style>
background-color css
<style>
a { background-color: #453F4A; }
a { background-color: rgb(69,63,74); }
div.DivClassName
{
background-color: #453F4A;
}
.BgClassName
{
background-color: #453F4A;
}
</style>
border-color css
<style>
span { border-color: #453F4A; }
span { border-color: rgb(69,63,74); }
td.TdClassName
{
border-color: #453F4A;
}
.TagClassName
{
border-color: #453F4A;
}
</style>