Shades of Jagger #452F57
Tints of Jagger #452F57
RGB
CMYK
RGB Variations
Color information
#452F57 (or 0x452F57) is known color: Jagger. HEX triplet: 45, 2F and 57. RGB value is (69,47,87). Sum of RGB (Red+Green+Blue) = 69+47+87=203 (26% of max value = 765). Red value is 69 (27.34% from 255 or 33.99% from 203); Green value is 47 (18.75% from 255 or 23.15% from 203); Blue value is 87 (34.38% from 255 or 42.86% from 203); Max value from RGB is 87 - color contains mainly: blue. Hex color #452F57 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #452F57 is #BAD0A8. Grayscale: #393939. Windows color (decimal): -12243113 or 5713733. OLE color: 5713733.
HSL color Cylindrical-coordinate representation of color #452F57: hue angle of 273º degrees, saturation: 0.3, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #452F57 is Cyan = 0.21, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 69 | 47 | 87 | - |
| CMYK | 0.21 | 0.46 | 0 | 0.66 |
| HSL | 273º | 0.3% | 0.26% | - |
| HSV(B) | 273º | 0.46% | 0.34% | - |
| XYZ | 5.19 | 3.99 | 9.51 | - |
| YUV | 58.14 | 144.29 | 135.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 47 | 87 | 0.21 | 0.46 | 0 | 0.66 | 273 | 0.3 | 0.26 |
| Hex | 45 | 2F | 57 | 15 | 2E | 0 | 42 | 111 | 1E | 1A |
| Octal | 105 | 57 | 127 | 25 | 56 | 0 | 102 | 421 | 36 | 32 |
| Binary | 1000101 | 101111 | 1010111 | 10101 | 101110 | 0 | 1000010 | 100010001 | 11110 | 11010 |
Color Harmonies of #452F57
Complementary color
Monochromatic Colors of #452F57
Black with #452F57
Text Example
Text Example
White with #452F57
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #452F57; }
p { color: rgb(69,47,87); }
H1.HeaderClassName
{
color: #452F57;
}
.AnyTagClassName
{
color: #452F57;
}
</style>
background-color css
<style>
a { background-color: #452F57; }
a { background-color: rgb(69,47,87); }
div.DivClassName
{
background-color: #452F57;
}
.BgClassName
{
background-color: #452F57;
}
</style>
border-color css
<style>
span { border-color: #452F57; }
span { border-color: rgb(69,47,87); }
td.TdClassName
{
border-color: #452F57;
}
.TagClassName
{
border-color: #452F57;
}
</style>