Shades of Goblin #464947
Tints of Goblin #464947
RGB
CMYK
RGB Variations
Color information
#464947 (or 0x464947) is known color: Goblin. HEX triplet: 46, 49 and 47. RGB value is (70,73,71). Sum of RGB (Red+Green+Blue) = 70+73+71=214 (28% of max value = 765). Red value is 70 (27.73% from 255 or 32.71% from 214); Green value is 73 (28.91% from 255 or 34.11% from 214); Blue value is 71 (28.12% from 255 or 33.18% from 214); Max value from RGB is 73 - color contains mainly: green. Hex color #464947 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #464947 is #B9B6B8. Grayscale: #474747. Windows color (decimal): -12170937 or 4671814. OLE color: 4671814.
HSL color Cylindrical-coordinate representation of color #464947: hue angle of 140º degrees, saturation: 0.02, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.04%. Process color model (Four color, CMYK) of #464947 is Cyan = 0.04, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 70 | 73 | 71 | - |
| CMYK | 0.04 | 0 | 0.03 | 0.71 |
| HSL | 140º | 0.02% | 0.28% | - |
| HSV(B) | 140º | 0.04% | 0.29% | - |
| XYZ | 6.05 | 6.52 | 6.9 | - |
| YUV | 71.88 | 127.51 | 126.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 73 | 71 | 0.04 | 0 | 0.03 | 0.71 | 140 | 0.02 | 0.28 |
| Hex | 46 | 49 | 47 | 4 | 0 | 3 | 47 | 8C | 2 | 1C |
| Octal | 106 | 111 | 107 | 4 | 0 | 3 | 107 | 214 | 2 | 34 |
| Binary | 1000110 | 1001001 | 1000111 | 100 | 0 | 11 | 1000111 | 10001100 | 10 | 11100 |
Color Harmonies of #464947
Complementary color
Monochromatic Colors of #464947
Black with #464947
Text Example
Text Example
White with #464947
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #464947; }
p { color: rgb(70,73,71); }
H1.HeaderClassName
{
color: #464947;
}
.AnyTagClassName
{
color: #464947;
}
</style>
background-color css
<style>
a { background-color: #464947; }
a { background-color: rgb(70,73,71); }
div.DivClassName
{
background-color: #464947;
}
.BgClassName
{
background-color: #464947;
}
</style>
border-color css
<style>
span { border-color: #464947; }
span { border-color: rgb(70,73,71); }
td.TdClassName
{
border-color: #464947;
}
.TagClassName
{
border-color: #464947;
}
</style>