Shades of Goblin #404E42
Tints of Goblin #404E42
RGB
CMYK
RGB Variations
Color information
#404E42 (or 0x404E42) is known color: Goblin. HEX triplet: 40, 4E and 42. RGB value is (64,78,66). Sum of RGB (Red+Green+Blue) = 64+78+66=208 (27% of max value = 765). Red value is 64 (25.39% from 255 or 30.77% from 208); Green value is 78 (30.86% from 255 or 37.5% from 208); Blue value is 66 (26.17% from 255 or 31.73% from 208); Max value from RGB is 78 - color contains mainly: green. Hex color #404E42 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #404E42 is #BFB1BD. Grayscale: #484848. Windows color (decimal): -12562878 or 4345408. OLE color: 4345408.
HSL color Cylindrical-coordinate representation of color #404E42: hue angle of 128.57º degrees, saturation: 0.1, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #404E42 is Cyan = 0.18, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 64 | 78 | 66 | - |
| CMYK | 0.18 | 0 | 0.15 | 0.69 |
| HSL | 128.57º | 0.1% | 0.28% | - |
| HSV(B) | 128.57º | 0.18% | 0.31% | - |
| XYZ | 5.82 | 6.93 | 6.19 | - |
| YUV | 72.45 | 124.36 | 121.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 78 | 66 | 0.18 | 0 | 0.15 | 0.69 | 128.57 | 0.1 | 0.28 |
| Hex | 40 | 4E | 42 | 12 | 0 | F | 45 | 81 | A | 1C |
| Octal | 100 | 116 | 102 | 22 | 0 | 17 | 105 | 201 | 12 | 34 |
| Binary | 1000000 | 1001110 | 1000010 | 10010 | 0 | 1111 | 1000101 | 10000001 | 1010 | 11100 |
Color Harmonies of #404E42
Complementary color
Monochromatic Colors of #404E42
Black with #404E42
Text Example
Text Example
White with #404E42
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #404E42; }
p { color: rgb(64,78,66); }
H1.HeaderClassName
{
color: #404E42;
}
.AnyTagClassName
{
color: #404E42;
}
</style>
background-color css
<style>
a { background-color: #404E42; }
a { background-color: rgb(64,78,66); }
div.DivClassName
{
background-color: #404E42;
}
.BgClassName
{
background-color: #404E42;
}
</style>
border-color css
<style>
span { border-color: #404E42; }
span { border-color: rgb(64,78,66); }
td.TdClassName
{
border-color: #404E42;
}
.TagClassName
{
border-color: #404E42;
}
</style>