Shades of Goblin #464A47
Tints of Goblin #464A47
RGB
CMYK
RGB Variations
Color information
#464A47 (or 0x464A47) is known color: Goblin. HEX triplet: 46, 4A and 47. RGB value is (70,74,71). Sum of RGB (Red+Green+Blue) = 70+74+71=215 (28% of max value = 765). Red value is 70 (27.73% from 255 or 32.56% from 215); Green value is 74 (29.30% from 255 or 34.42% from 215); Blue value is 71 (28.12% from 255 or 33.02% from 215); Max value from RGB is 74 - color contains mainly: green. Hex color #464A47 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #464A47 is #B9B5B8. Grayscale: #484848. Windows color (decimal): -12170681 or 4672070. OLE color: 4672070.
HSL color Cylindrical-coordinate representation of color #464A47: hue angle of 135º degrees, saturation: 0.03, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #464A47 is Cyan = 0.05, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 70 | 74 | 71 | - |
| CMYK | 0.05 | 0 | 0.04 | 0.71 |
| HSL | 135º | 0.03% | 0.28% | - |
| HSV(B) | 135º | 0.05% | 0.29% | - |
| XYZ | 6.11 | 6.65 | 6.92 | - |
| YUV | 72.46 | 127.17 | 126.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 74 | 71 | 0.05 | 0 | 0.04 | 0.71 | 135 | 0.03 | 0.28 |
| Hex | 46 | 4A | 47 | 5 | 0 | 4 | 47 | 87 | 3 | 1C |
| Octal | 106 | 112 | 107 | 5 | 0 | 4 | 107 | 207 | 3 | 34 |
| Binary | 1000110 | 1001010 | 1000111 | 101 | 0 | 100 | 1000111 | 10000111 | 11 | 11100 |
Color Harmonies of #464A47
Complementary color
Monochromatic Colors of #464A47
Black with #464A47
Text Example
Text Example
White with #464A47
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #464A47; }
p { color: rgb(70,74,71); }
H1.HeaderClassName
{
color: #464A47;
}
.AnyTagClassName
{
color: #464A47;
}
</style>
background-color css
<style>
a { background-color: #464A47; }
a { background-color: rgb(70,74,71); }
div.DivClassName
{
background-color: #464A47;
}
.BgClassName
{
background-color: #464A47;
}
</style>
border-color css
<style>
span { border-color: #464A47; }
span { border-color: rgb(70,74,71); }
td.TdClassName
{
border-color: #464A47;
}
.TagClassName
{
border-color: #464A47;
}
</style>