Shades of Arsenic #42484E
Tints of Arsenic #42484E
RGB
CMYK
RGB Variations
Color information
#42484E (or 0x42484E) is known color: Arsenic. HEX triplet: 42, 48 and 4E. RGB value is (66,72,78). Sum of RGB (Red+Green+Blue) = 66+72+78=216 (28% of max value = 765). Red value is 66 (26.17% from 255 or 30.56% from 216); Green value is 72 (28.52% from 255 or 33.33% from 216); Blue value is 78 (30.86% from 255 or 36.11% from 216); Max value from RGB is 78 - color contains mainly: blue. Hex color #42484E is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #42484E is #BDB7B1. Grayscale: #464646. Windows color (decimal): -12433330 or 5130306. OLE color: 5130306.
HSL color Cylindrical-coordinate representation of color #42484E: hue angle of 210º degrees, saturation: 0.08, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #42484E is Cyan = 0.15, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 66 | 72 | 78 | - |
| CMYK | 0.15 | 0.08 | 0 | 0.69 |
| HSL | 210º | 0.08% | 0.28% | - |
| HSV(B) | 210º | 0.15% | 0.31% | - |
| XYZ | 5.94 | 6.34 | 8.12 | - |
| YUV | 70.89 | 132.01 | 124.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 72 | 78 | 0.15 | 0.08 | 0 | 0.69 | 210 | 0.08 | 0.28 |
| Hex | 42 | 48 | 4E | F | 8 | 0 | 45 | D2 | 8 | 1C |
| Octal | 102 | 110 | 116 | 17 | 10 | 0 | 105 | 322 | 10 | 34 |
| Binary | 1000010 | 1001000 | 1001110 | 1111 | 1000 | 0 | 1000101 | 11010010 | 1000 | 11100 |
Color Harmonies of #42484E
Complementary color
Monochromatic Colors of #42484E
Black with #42484E
Text Example
Text Example
White with #42484E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #42484E; }
p { color: rgb(66,72,78); }
H1.HeaderClassName
{
color: #42484E;
}
.AnyTagClassName
{
color: #42484E;
}
</style>
background-color css
<style>
a { background-color: #42484E; }
a { background-color: rgb(66,72,78); }
div.DivClassName
{
background-color: #42484E;
}
.BgClassName
{
background-color: #42484E;
}
</style>
border-color css
<style>
span { border-color: #42484E; }
span { border-color: rgb(66,72,78); }
td.TdClassName
{
border-color: #42484E;
}
.TagClassName
{
border-color: #42484E;
}
</style>