Shades of Arsenic #404548
Tints of Arsenic #404548
RGB
CMYK
RGB Variations
Color information
#404548 (or 0x404548) is known color: Arsenic. HEX triplet: 40, 45 and 48. RGB value is (64,69,72). Sum of RGB (Red+Green+Blue) = 64+69+72=205 (27% of max value = 765). Red value is 64 (25.39% from 255 or 31.22% from 205); Green value is 69 (27.34% from 255 or 33.66% from 205); Blue value is 72 (28.52% from 255 or 35.12% from 205); Max value from RGB is 72 - color contains mainly: blue. Hex color #404548 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #404548 is #BFBAB7. Grayscale: #434343. Windows color (decimal): -12565176 or 4736320. OLE color: 4736320.
HSL color Cylindrical-coordinate representation of color #404548: hue angle of 202.5º degrees, saturation: 0.06, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #404548 is Cyan = 0.11, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 64 | 69 | 72 | - |
| CMYK | 0.11 | 0.04 | 0 | 0.72 |
| HSL | 202.5º | 0.06% | 0.27% | - |
| HSV(B) | 202.5º | 0.11% | 0.28% | - |
| XYZ | 5.41 | 5.81 | 6.97 | - |
| YUV | 67.85 | 130.34 | 125.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 69 | 72 | 0.11 | 0.04 | 0 | 0.72 | 202.5 | 0.06 | 0.27 |
| Hex | 40 | 45 | 48 | B | 4 | 0 | 48 | CA | 6 | 1B |
| Octal | 100 | 105 | 110 | 13 | 4 | 0 | 110 | 312 | 6 | 33 |
| Binary | 1000000 | 1000101 | 1001000 | 1011 | 100 | 0 | 1001000 | 11001010 | 110 | 11011 |
Color Harmonies of #404548
Complementary color
Monochromatic Colors of #404548
Black with #404548
Text Example
Text Example
White with #404548
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #404548; }
p { color: rgb(64,69,72); }
H1.HeaderClassName
{
color: #404548;
}
.AnyTagClassName
{
color: #404548;
}
</style>
background-color css
<style>
a { background-color: #404548; }
a { background-color: rgb(64,69,72); }
div.DivClassName
{
background-color: #404548;
}
.BgClassName
{
background-color: #404548;
}
</style>
border-color css
<style>
span { border-color: #404548; }
span { border-color: rgb(64,69,72); }
td.TdClassName
{
border-color: #404548;
}
.TagClassName
{
border-color: #404548;
}
</style>