Shades of Goblin #444F47
Tints of Goblin #444F47
RGB
CMYK
RGB Variations
Color information
#444F47 (or 0x444F47) is known color: Goblin. HEX triplet: 44, 4F and 47. RGB value is (68,79,71). Sum of RGB (Red+Green+Blue) = 68+79+71=218 (28% of max value = 765). Red value is 68 (26.95% from 255 or 31.19% from 218); Green value is 79 (31.25% from 255 or 36.24% from 218); Blue value is 71 (28.12% from 255 or 32.57% from 218); Max value from RGB is 79 - color contains mainly: green. Hex color #444F47 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #444F47 is #BBB0B8. Grayscale: #4A4A4A. Windows color (decimal): -12300473 or 4673348. OLE color: 4673348.
HSL color Cylindrical-coordinate representation of color #444F47: hue angle of 136.36º degrees, saturation: 0.07, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #444F47 is Cyan = 0.14, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 68 | 79 | 71 | - |
| CMYK | 0.14 | 0 | 0.10 | 0.69 |
| HSL | 136.36º | 0.07% | 0.29% | - |
| HSV(B) | 136.36º | 0.14% | 0.31% | - |
| XYZ | 6.32 | 7.28 | 7.03 | - |
| YUV | 74.8 | 125.86 | 123.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 79 | 71 | 0.14 | 0 | 0.10 | 0.69 | 136.36 | 0.07 | 0.29 |
| Hex | 44 | 4F | 47 | E | 0 | A | 45 | 88 | 7 | 1D |
| Octal | 104 | 117 | 107 | 16 | 0 | 12 | 105 | 210 | 7 | 35 |
| Binary | 1000100 | 1001111 | 1000111 | 1110 | 0 | 1010 | 1000101 | 10001000 | 111 | 11101 |
Color Harmonies of #444F47
Complementary color
Monochromatic Colors of #444F47
Black with #444F47
Text Example
Text Example
White with #444F47
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #444F47; }
p { color: rgb(68,79,71); }
H1.HeaderClassName
{
color: #444F47;
}
.AnyTagClassName
{
color: #444F47;
}
</style>
background-color css
<style>
a { background-color: #444F47; }
a { background-color: rgb(68,79,71); }
div.DivClassName
{
background-color: #444F47;
}
.BgClassName
{
background-color: #444F47;
}
</style>
border-color css
<style>
span { border-color: #444F47; }
span { border-color: rgb(68,79,71); }
td.TdClassName
{
border-color: #444F47;
}
.TagClassName
{
border-color: #444F47;
}
</style>