Shades of Arsenic #42474B
Tints of Arsenic #42474B
RGB
CMYK
RGB Variations
Color information
#42474B (or 0x42474B) is known color: Arsenic. HEX triplet: 42, 47 and 4B. RGB value is (66,71,75). Sum of RGB (Red+Green+Blue) = 66+71+75=212 (28% of max value = 765). Red value is 66 (26.17% from 255 or 31.13% from 212); Green value is 71 (28.12% from 255 or 33.49% from 212); Blue value is 75 (29.69% from 255 or 35.38% from 212); Max value from RGB is 75 - color contains mainly: blue. Hex color #42474B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #42474B is #BDB8B4. Grayscale: #454545. Windows color (decimal): -12433589 or 4933442. OLE color: 4933442.
HSL color Cylindrical-coordinate representation of color #42474B: hue angle of 206.67º degrees, saturation: 0.06, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #42474B is Cyan = 0.12, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 66 | 71 | 75 | - |
| CMYK | 0.12 | 0.05 | 0 | 0.71 |
| HSL | 206.67º | 0.06% | 0.28% | - |
| HSV(B) | 206.67º | 0.12% | 0.29% | - |
| XYZ | 5.77 | 6.17 | 7.54 | - |
| YUV | 69.96 | 130.84 | 125.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 71 | 75 | 0.12 | 0.05 | 0 | 0.71 | 206.67 | 0.06 | 0.28 |
| Hex | 42 | 47 | 4B | C | 5 | 0 | 47 | CF | 6 | 1C |
| Octal | 102 | 107 | 113 | 14 | 5 | 0 | 107 | 317 | 6 | 34 |
| Binary | 1000010 | 1000111 | 1001011 | 1100 | 101 | 0 | 1000111 | 11001111 | 110 | 11100 |
Color Harmonies of #42474B
Complementary color
Monochromatic Colors of #42474B
Black with #42474B
Text Example
Text Example
White with #42474B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #42474B; }
p { color: rgb(66,71,75); }
H1.HeaderClassName
{
color: #42474B;
}
.AnyTagClassName
{
color: #42474B;
}
</style>
background-color css
<style>
a { background-color: #42474B; }
a { background-color: rgb(66,71,75); }
div.DivClassName
{
background-color: #42474B;
}
.BgClassName
{
background-color: #42474B;
}
</style>
border-color css
<style>
span { border-color: #42474B; }
span { border-color: rgb(66,71,75); }
td.TdClassName
{
border-color: #42474B;
}
.TagClassName
{
border-color: #42474B;
}
</style>