Shades of Jagger #45384C
Tints of Jagger #45384C
RGB
CMYK
RGB Variations
Color information
#45384C (or 0x45384C) is known color: Jagger. HEX triplet: 45, 38 and 4C. RGB value is (69,56,76). Sum of RGB (Red+Green+Blue) = 69+56+76=201 (26% of max value = 765). Red value is 69 (27.34% from 255 or 34.33% from 201); Green value is 56 (22.27% from 255 or 27.86% from 201); Blue value is 76 (30.08% from 255 or 37.81% from 201); Max value from RGB is 76 - color contains mainly: blue. Hex color #45384C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #45384C is #BAC7B3. Grayscale: #3E3E3E. Windows color (decimal): -12240820 or 4995141. OLE color: 4995141.
HSL color Cylindrical-coordinate representation of color #45384C: hue angle of 279º degrees, saturation: 0.15, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #45384C is Cyan = 0.09, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 69 | 56 | 76 | - |
| CMYK | 0.09 | 0.26 | 0 | 0.70 |
| HSL | 279º | 0.15% | 0.26% | - |
| HSV(B) | 279º | 0.26% | 0.3% | - |
| XYZ | 5.17 | 4.62 | 7.46 | - |
| YUV | 62.17 | 135.81 | 132.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 56 | 76 | 0.09 | 0.26 | 0 | 0.70 | 279 | 0.15 | 0.26 |
| Hex | 45 | 38 | 4C | 9 | 1A | 0 | 46 | 117 | F | 1A |
| Octal | 105 | 70 | 114 | 11 | 32 | 0 | 106 | 427 | 17 | 32 |
| Binary | 1000101 | 111000 | 1001100 | 1001 | 11010 | 0 | 1000110 | 100010111 | 1111 | 11010 |
Color Harmonies of #45384C
Complementary color
Monochromatic Colors of #45384C
Black with #45384C
Text Example
Text Example
White with #45384C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #45384C; }
p { color: rgb(69,56,76); }
H1.HeaderClassName
{
color: #45384C;
}
.AnyTagClassName
{
color: #45384C;
}
</style>
background-color css
<style>
a { background-color: #45384C; }
a { background-color: rgb(69,56,76); }
div.DivClassName
{
background-color: #45384C;
}
.BgClassName
{
background-color: #45384C;
}
</style>
border-color css
<style>
span { border-color: #45384C; }
span { border-color: rgb(69,56,76); }
td.TdClassName
{
border-color: #45384C;
}
.TagClassName
{
border-color: #45384C;
}
</style>