Shades of Arsenic #43474A
Tints of Arsenic #43474A
RGB
CMYK
RGB Variations
Color information
#43474A (or 0x43474A) is known color: Arsenic. HEX triplet: 43, 47 and 4A. RGB value is (67,71,74). Sum of RGB (Red+Green+Blue) = 67+71+74=212 (28% of max value = 765). Red value is 67 (26.56% from 255 or 31.60% from 212); Green value is 71 (28.12% from 255 or 33.49% from 212); Blue value is 74 (29.30% from 255 or 34.91% from 212); Max value from RGB is 74 - color contains mainly: blue. Hex color #43474A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #43474A is #BCB8B5. Grayscale: #464646. Windows color (decimal): -12368054 or 4867907. OLE color: 4867907.
HSL color Cylindrical-coordinate representation of color #43474A: hue angle of 205.71º degrees, saturation: 0.05, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #43474A is Cyan = 0.09, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 67 | 71 | 74 | - |
| CMYK | 0.09 | 0.04 | 0 | 0.71 |
| HSL | 205.71º | 0.05% | 0.28% | - |
| HSV(B) | 205.71º | 0.09% | 0.29% | - |
| XYZ | 5.8 | 6.19 | 7.37 | - |
| YUV | 70.15 | 130.17 | 125.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 71 | 74 | 0.09 | 0.04 | 0 | 0.71 | 205.71 | 0.05 | 0.28 |
| Hex | 43 | 47 | 4A | 9 | 4 | 0 | 47 | CE | 5 | 1C |
| Octal | 103 | 107 | 112 | 11 | 4 | 0 | 107 | 316 | 5 | 34 |
| Binary | 1000011 | 1000111 | 1001010 | 1001 | 100 | 0 | 1000111 | 11001110 | 101 | 11100 |
Color Harmonies of #43474A
Complementary color
Monochromatic Colors of #43474A
Black with #43474A
Text Example
Text Example
White with #43474A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #43474A; }
p { color: rgb(67,71,74); }
H1.HeaderClassName
{
color: #43474A;
}
.AnyTagClassName
{
color: #43474A;
}
</style>
background-color css
<style>
a { background-color: #43474A; }
a { background-color: rgb(67,71,74); }
div.DivClassName
{
background-color: #43474A;
}
.BgClassName
{
background-color: #43474A;
}
</style>
border-color css
<style>
span { border-color: #43474A; }
span { border-color: rgb(67,71,74); }
td.TdClassName
{
border-color: #43474A;
}
.TagClassName
{
border-color: #43474A;
}
</style>