Shades of Arsenic #43474B
Tints of Arsenic #43474B
RGB
CMYK
RGB Variations
Color information
#43474B (or 0x43474B) is known color: Arsenic. HEX triplet: 43, 47 and 4B. RGB value is (67,71,75). Sum of RGB (Red+Green+Blue) = 67+71+75=213 (28% of max value = 765). Red value is 67 (26.56% from 255 or 31.46% from 213); Green value is 71 (28.12% from 255 or 33.33% from 213); Blue value is 75 (29.69% from 255 or 35.21% from 213); Max value from RGB is 75 - color contains mainly: blue. Hex color #43474B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #43474B is #BCB8B4. Grayscale: #464646. Windows color (decimal): -12368053 or 4933443. OLE color: 4933443.
HSL color Cylindrical-coordinate representation of color #43474B: hue angle of 210º degrees, saturation: 0.06, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #43474B is Cyan = 0.11, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 67 | 71 | 75 | - |
| CMYK | 0.11 | 0.05 | 0 | 0.71 |
| HSL | 210º | 0.06% | 0.28% | - |
| HSV(B) | 210º | 0.11% | 0.29% | - |
| XYZ | 5.84 | 6.21 | 7.55 | - |
| YUV | 70.26 | 130.67 | 125.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 71 | 75 | 0.11 | 0.05 | 0 | 0.71 | 210 | 0.06 | 0.28 |
| Hex | 43 | 47 | 4B | B | 5 | 0 | 47 | D2 | 6 | 1C |
| Octal | 103 | 107 | 113 | 13 | 5 | 0 | 107 | 322 | 6 | 34 |
| Binary | 1000011 | 1000111 | 1001011 | 1011 | 101 | 0 | 1000111 | 11010010 | 110 | 11100 |
Color Harmonies of #43474B
Complementary color
Monochromatic Colors of #43474B
Black with #43474B
Text Example
Text Example
White with #43474B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #43474B; }
p { color: rgb(67,71,75); }
H1.HeaderClassName
{
color: #43474B;
}
.AnyTagClassName
{
color: #43474B;
}
</style>
background-color css
<style>
a { background-color: #43474B; }
a { background-color: rgb(67,71,75); }
div.DivClassName
{
background-color: #43474B;
}
.BgClassName
{
background-color: #43474B;
}
</style>
border-color css
<style>
span { border-color: #43474B; }
span { border-color: rgb(67,71,75); }
td.TdClassName
{
border-color: #43474B;
}
.TagClassName
{
border-color: #43474B;
}
</style>