Shades of Jagger #453B4F
Tints of Jagger #453B4F
RGB
CMYK
RGB Variations
Color information
#453B4F (or 0x453B4F) is known color: Jagger. HEX triplet: 45, 3B and 4F. RGB value is (69,59,79). Sum of RGB (Red+Green+Blue) = 69+59+79=207 (27% of max value = 765). Red value is 69 (27.34% from 255 or 33.33% from 207); Green value is 59 (23.44% from 255 or 28.50% from 207); Blue value is 79 (31.25% from 255 or 38.16% from 207); Max value from RGB is 79 - color contains mainly: blue. Hex color #453B4F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #453B4F is #BAC4B0. Grayscale: #404040. Windows color (decimal): -12240049 or 5192517. OLE color: 5192517.
HSL color Cylindrical-coordinate representation of color #453B4F: hue angle of 270º degrees, saturation: 0.14, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #453B4F is Cyan = 0.13, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 69 | 59 | 79 | - |
| CMYK | 0.13 | 0.25 | 0 | 0.69 |
| HSL | 270º | 0.14% | 0.27% | - |
| HSV(B) | 270º | 0.25% | 0.31% | - |
| XYZ | 5.43 | 4.96 | 8.07 | - |
| YUV | 64.27 | 136.31 | 131.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 59 | 79 | 0.13 | 0.25 | 0 | 0.69 | 270 | 0.14 | 0.27 |
| Hex | 45 | 3B | 4F | D | 19 | 0 | 45 | 10E | E | 1B |
| Octal | 105 | 73 | 117 | 15 | 31 | 0 | 105 | 416 | 16 | 33 |
| Binary | 1000101 | 111011 | 1001111 | 1101 | 11001 | 0 | 1000101 | 100001110 | 1110 | 11011 |
Color Harmonies of #453B4F
Complementary color
Monochromatic Colors of #453B4F
Black with #453B4F
Text Example
Text Example
White with #453B4F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #453B4F; }
p { color: rgb(69,59,79); }
H1.HeaderClassName
{
color: #453B4F;
}
.AnyTagClassName
{
color: #453B4F;
}
</style>
background-color css
<style>
a { background-color: #453B4F; }
a { background-color: rgb(69,59,79); }
div.DivClassName
{
background-color: #453B4F;
}
.BgClassName
{
background-color: #453B4F;
}
</style>
border-color css
<style>
span { border-color: #453B4F; }
span { border-color: rgb(69,59,79); }
td.TdClassName
{
border-color: #453B4F;
}
.TagClassName
{
border-color: #453B4F;
}
</style>