Shades of Arsenic #40474B
Tints of Arsenic #40474B
RGB
CMYK
RGB Variations
Color information
#40474B (or 0x40474B) is known color: Arsenic. HEX triplet: 40, 47 and 4B. RGB value is (64,71,75). Sum of RGB (Red+Green+Blue) = 64+71+75=210 (27% of max value = 765). Red value is 64 (25.39% from 255 or 30.48% from 210); Green value is 71 (28.12% from 255 or 33.81% from 210); Blue value is 75 (29.69% from 255 or 35.71% from 210); Max value from RGB is 75 - color contains mainly: blue. Hex color #40474B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #40474B is #BFB8B4. Grayscale: #454545. Windows color (decimal): -12564661 or 4933440. OLE color: 4933440.
HSL color Cylindrical-coordinate representation of color #40474B: hue angle of 201.82º degrees, saturation: 0.08, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #40474B is Cyan = 0.15, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 64 | 71 | 75 | - |
| CMYK | 0.15 | 0.05 | 0 | 0.71 |
| HSL | 201.82º | 0.08% | 0.27% | - |
| HSV(B) | 201.82º | 0.15% | 0.29% | - |
| XYZ | 5.64 | 6.1 | 7.54 | - |
| YUV | 69.36 | 131.18 | 124.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 71 | 75 | 0.15 | 0.05 | 0 | 0.71 | 201.82 | 0.08 | 0.27 |
| Hex | 40 | 47 | 4B | F | 5 | 0 | 47 | CA | 8 | 1B |
| Octal | 100 | 107 | 113 | 17 | 5 | 0 | 107 | 312 | 10 | 33 |
| Binary | 1000000 | 1000111 | 1001011 | 1111 | 101 | 0 | 1000111 | 11001010 | 1000 | 11011 |
Color Harmonies of #40474B
Complementary color
Monochromatic Colors of #40474B
Black with #40474B
Text Example
Text Example
White with #40474B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #40474B; }
p { color: rgb(64,71,75); }
H1.HeaderClassName
{
color: #40474B;
}
.AnyTagClassName
{
color: #40474B;
}
</style>
background-color css
<style>
a { background-color: #40474B; }
a { background-color: rgb(64,71,75); }
div.DivClassName
{
background-color: #40474B;
}
.BgClassName
{
background-color: #40474B;
}
</style>
border-color css
<style>
span { border-color: #40474B; }
span { border-color: rgb(64,71,75); }
td.TdClassName
{
border-color: #40474B;
}
.TagClassName
{
border-color: #40474B;
}
</style>