Shades of Goblin #444E47
Tints of Goblin #444E47
RGB
CMYK
RGB Variations
Color information
#444E47 (or 0x444E47) is known color: Goblin. HEX triplet: 44, 4E and 47. RGB value is (68,78,71). Sum of RGB (Red+Green+Blue) = 68+78+71=217 (28% of max value = 765). Red value is 68 (26.95% from 255 or 31.34% from 217); Green value is 78 (30.86% from 255 or 35.94% from 217); Blue value is 71 (28.12% from 255 or 32.72% from 217); Max value from RGB is 78 - color contains mainly: green. Hex color #444E47 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #444E47 is #BBB1B8. Grayscale: #4A4A4A. Windows color (decimal): -12300729 or 4673092. OLE color: 4673092.
HSL color Cylindrical-coordinate representation of color #444E47: hue angle of 138º degrees, saturation: 0.07, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #444E47 is Cyan = 0.13, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 68 | 78 | 71 | - |
| CMYK | 0.13 | 0 | 0.09 | 0.69 |
| HSL | 138º | 0.07% | 0.29% | - |
| HSV(B) | 138º | 0.13% | 0.31% | - |
| XYZ | 6.25 | 7.13 | 7.01 | - |
| YUV | 74.21 | 126.19 | 123.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 78 | 71 | 0.13 | 0 | 0.09 | 0.69 | 138 | 0.07 | 0.29 |
| Hex | 44 | 4E | 47 | D | 0 | 9 | 45 | 8A | 7 | 1D |
| Octal | 104 | 116 | 107 | 15 | 0 | 11 | 105 | 212 | 7 | 35 |
| Binary | 1000100 | 1001110 | 1000111 | 1101 | 0 | 1001 | 1000101 | 10001010 | 111 | 11101 |
Color Harmonies of #444E47
Complementary color
Monochromatic Colors of #444E47
Black with #444E47
Text Example
Text Example
White with #444E47
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #444E47; }
p { color: rgb(68,78,71); }
H1.HeaderClassName
{
color: #444E47;
}
.AnyTagClassName
{
color: #444E47;
}
</style>
background-color css
<style>
a { background-color: #444E47; }
a { background-color: rgb(68,78,71); }
div.DivClassName
{
background-color: #444E47;
}
.BgClassName
{
background-color: #444E47;
}
</style>
border-color css
<style>
span { border-color: #444E47; }
span { border-color: rgb(68,78,71); }
td.TdClassName
{
border-color: #444E47;
}
.TagClassName
{
border-color: #444E47;
}
</style>