Shades of Heavy Metal #45473C
Tints of Heavy Metal #45473C
RGB
CMYK
RGB Variations
Color information
#45473C (or 0x45473C) is known color: Heavy Metal. HEX triplet: 45, 47 and 3C. RGB value is (69,71,60). Sum of RGB (Red+Green+Blue) = 69+71+60=200 (26% of max value = 765). Red value is 69 (27.34% from 255 or 34.5% from 200); Green value is 71 (28.12% from 255 or 35.5% from 200); Blue value is 60 (23.83% from 255 or 30% from 200); Max value from RGB is 71 - color contains mainly: green. Hex color #45473C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #45473C is #BAB8C3. Grayscale: #454545. Windows color (decimal): -12236996 or 3950405. OLE color: 3950405.
HSL color Cylindrical-coordinate representation of color #45473C: hue angle of 70.91º degrees, saturation: 0.08, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #45473C is Cyan = 0.03, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 69 | 71 | 60 | - |
| CMYK | 0.03 | 0 | 0.15 | 0.72 |
| HSL | 70.91º | 0.08% | 0.26% | - |
| HSV(B) | 70.91º | 0.15% | 0.28% | - |
| XYZ | 5.52 | 6.1 | 5.16 | - |
| YUV | 69.15 | 122.84 | 127.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 71 | 60 | 0.03 | 0 | 0.15 | 0.72 | 70.91 | 0.08 | 0.26 |
| Hex | 45 | 47 | 3C | 3 | 0 | F | 48 | 47 | 8 | 1A |
| Octal | 105 | 107 | 74 | 3 | 0 | 17 | 110 | 107 | 10 | 32 |
| Binary | 1000101 | 1000111 | 111100 | 11 | 0 | 1111 | 1001000 | 1000111 | 1000 | 11010 |
Color Harmonies of #45473C
Complementary color
Monochromatic Colors of #45473C
Black with #45473C
Text Example
Text Example
White with #45473C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #45473C; }
p { color: rgb(69,71,60); }
H1.HeaderClassName
{
color: #45473C;
}
.AnyTagClassName
{
color: #45473C;
}
</style>
background-color css
<style>
a { background-color: #45473C; }
a { background-color: rgb(69,71,60); }
div.DivClassName
{
background-color: #45473C;
}
.BgClassName
{
background-color: #45473C;
}
</style>
border-color css
<style>
span { border-color: #45473C; }
span { border-color: rgb(69,71,60); }
td.TdClassName
{
border-color: #45473C;
}
.TagClassName
{
border-color: #45473C;
}
</style>