Shades of Goblin #444A46
Tints of Goblin #444A46
RGB
CMYK
RGB Variations
Color information
#444A46 (or 0x444A46) is known color: Goblin. HEX triplet: 44, 4A and 46. RGB value is (68,74,70). Sum of RGB (Red+Green+Blue) = 68+74+70=212 (28% of max value = 765). Red value is 68 (26.95% from 255 or 32.08% from 212); Green value is 74 (29.30% from 255 or 34.91% from 212); Blue value is 70 (27.73% from 255 or 33.02% from 212); Max value from RGB is 74 - color contains mainly: green. Hex color #444A46 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #444A46 is #BBB5B9. Grayscale: #474747. Windows color (decimal): -12301754 or 4606532. OLE color: 4606532.
HSL color Cylindrical-coordinate representation of color #444A46: hue angle of 140º degrees, saturation: 0.04, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #444A46 is Cyan = 0.08, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 68 | 74 | 70 | - |
| CMYK | 0.08 | 0 | 0.05 | 0.71 |
| HSL | 140º | 0.04% | 0.28% | - |
| HSV(B) | 140º | 0.08% | 0.29% | - |
| XYZ | 5.94 | 6.57 | 6.75 | - |
| YUV | 71.75 | 127.01 | 125.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 74 | 70 | 0.08 | 0 | 0.05 | 0.71 | 140 | 0.04 | 0.28 |
| Hex | 44 | 4A | 46 | 8 | 0 | 5 | 47 | 8C | 4 | 1C |
| Octal | 104 | 112 | 106 | 10 | 0 | 5 | 107 | 214 | 4 | 34 |
| Binary | 1000100 | 1001010 | 1000110 | 1000 | 0 | 101 | 1000111 | 10001100 | 100 | 11100 |
Color Harmonies of #444A46
Complementary color
Monochromatic Colors of #444A46
Black with #444A46
Text Example
Text Example
White with #444A46
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #444A46; }
p { color: rgb(68,74,70); }
H1.HeaderClassName
{
color: #444A46;
}
.AnyTagClassName
{
color: #444A46;
}
</style>
background-color css
<style>
a { background-color: #444A46; }
a { background-color: rgb(68,74,70); }
div.DivClassName
{
background-color: #444A46;
}
.BgClassName
{
background-color: #444A46;
}
</style>
border-color css
<style>
span { border-color: #444A46; }
span { border-color: rgb(68,74,70); }
td.TdClassName
{
border-color: #444A46;
}
.TagClassName
{
border-color: #444A46;
}
</style>