Shades of Arsenic #41464B
Tints of Arsenic #41464B
RGB
CMYK
RGB Variations
Color information
#41464B (or 0x41464B) is known color: Arsenic. HEX triplet: 41, 46 and 4B. RGB value is (65,70,75). Sum of RGB (Red+Green+Blue) = 65+70+75=210 (27% of max value = 765). Red value is 65 (25.78% from 255 or 30.95% from 210); Green value is 70 (27.73% from 255 or 33.33% 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 #41464B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #41464B is #BEB9B4. Grayscale: #454545. Windows color (decimal): -12499381 or 4933185. OLE color: 4933185.
HSL color Cylindrical-coordinate representation of color #41464B: hue angle of 210º degrees, saturation: 0.07, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #41464B is Cyan = 0.13, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 65 | 70 | 75 | - |
| CMYK | 0.13 | 0.07 | 0 | 0.71 |
| HSL | 210º | 0.07% | 0.27% | - |
| HSV(B) | 210º | 0.13% | 0.29% | - |
| XYZ | 5.64 | 6.01 | 7.52 | - |
| YUV | 69.08 | 131.34 | 125.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 70 | 75 | 0.13 | 0.07 | 0 | 0.71 | 210 | 0.07 | 0.27 |
| Hex | 41 | 46 | 4B | D | 7 | 0 | 47 | D2 | 7 | 1B |
| Octal | 101 | 106 | 113 | 15 | 7 | 0 | 107 | 322 | 7 | 33 |
| Binary | 1000001 | 1000110 | 1001011 | 1101 | 111 | 0 | 1000111 | 11010010 | 111 | 11011 |
Color Harmonies of #41464B
Complementary color
Monochromatic Colors of #41464B
Black with #41464B
Text Example
Text Example
White with #41464B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #41464B; }
p { color: rgb(65,70,75); }
H1.HeaderClassName
{
color: #41464B;
}
.AnyTagClassName
{
color: #41464B;
}
</style>
background-color css
<style>
a { background-color: #41464B; }
a { background-color: rgb(65,70,75); }
div.DivClassName
{
background-color: #41464B;
}
.BgClassName
{
background-color: #41464B;
}
</style>
border-color css
<style>
span { border-color: #41464B; }
span { border-color: rgb(65,70,75); }
td.TdClassName
{
border-color: #41464B;
}
.TagClassName
{
border-color: #41464B;
}
</style>