Shades of Arsenic #45494C
Tints of Arsenic #45494C
RGB
CMYK
RGB Variations
Color information
#45494C (or 0x45494C) is known color: Arsenic. HEX triplet: 45, 49 and 4C. RGB value is (69,73,76). Sum of RGB (Red+Green+Blue) = 69+73+76=218 (28% of max value = 765). Red value is 69 (27.34% from 255 or 31.65% from 218); Green value is 73 (28.91% from 255 or 33.49% from 218); Blue value is 76 (30.08% from 255 or 34.86% from 218); Max value from RGB is 76 - color contains mainly: blue. Hex color #45494C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #45494C is #BAB6B3. Grayscale: #484848. Windows color (decimal): -12236468 or 4999493. OLE color: 4999493.
HSL color Cylindrical-coordinate representation of color #45494C: hue angle of 205.71º degrees, saturation: 0.05, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #45494C is Cyan = 0.09, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 69 | 73 | 76 | - |
| CMYK | 0.09 | 0.04 | 0 | 0.70 |
| HSL | 205.71º | 0.05% | 0.28% | - |
| HSV(B) | 205.71º | 0.09% | 0.3% | - |
| XYZ | 6.14 | 6.55 | 7.78 | - |
| YUV | 72.15 | 130.17 | 125.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 73 | 76 | 0.09 | 0.04 | 0 | 0.70 | 205.71 | 0.05 | 0.28 |
| Hex | 45 | 49 | 4C | 9 | 4 | 0 | 46 | CE | 5 | 1C |
| Octal | 105 | 111 | 114 | 11 | 4 | 0 | 106 | 316 | 5 | 34 |
| Binary | 1000101 | 1001001 | 1001100 | 1001 | 100 | 0 | 1000110 | 11001110 | 101 | 11100 |
Color Harmonies of #45494C
Complementary color
Monochromatic Colors of #45494C
Black with #45494C
Text Example
Text Example
White with #45494C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #45494C; }
p { color: rgb(69,73,76); }
H1.HeaderClassName
{
color: #45494C;
}
.AnyTagClassName
{
color: #45494C;
}
</style>
background-color css
<style>
a { background-color: #45494C; }
a { background-color: rgb(69,73,76); }
div.DivClassName
{
background-color: #45494C;
}
.BgClassName
{
background-color: #45494C;
}
</style>
border-color css
<style>
span { border-color: #45494C; }
span { border-color: rgb(69,73,76); }
td.TdClassName
{
border-color: #45494C;
}
.TagClassName
{
border-color: #45494C;
}
</style>