Shades of Goblin #404A42
Tints of Goblin #404A42
RGB
CMYK
RGB Variations
Color information
#404A42 (or 0x404A42) is known color: Goblin. HEX triplet: 40, 4A and 42. RGB value is (64,74,66). Sum of RGB (Red+Green+Blue) = 64+74+66=204 (27% of max value = 765). Red value is 64 (25.39% from 255 or 31.37% from 204); Green value is 74 (29.30% from 255 or 36.27% from 204); Blue value is 66 (26.17% from 255 or 32.35% from 204); Max value from RGB is 74 - color contains mainly: green. Hex color #404A42 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #404A42 is #BFB5BD. Grayscale: #464646. Windows color (decimal): -12563902 or 4344384. OLE color: 4344384.
HSL color Cylindrical-coordinate representation of color #404A42: hue angle of 132º degrees, saturation: 0.07, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #404A42 is Cyan = 0.14, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 64 | 74 | 66 | - |
| CMYK | 0.14 | 0 | 0.11 | 0.71 |
| HSL | 132º | 0.07% | 0.27% | - |
| HSV(B) | 132º | 0.14% | 0.29% | - |
| XYZ | 5.55 | 6.38 | 6.09 | - |
| YUV | 70.1 | 125.69 | 123.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 74 | 66 | 0.14 | 0 | 0.11 | 0.71 | 132 | 0.07 | 0.27 |
| Hex | 40 | 4A | 42 | E | 0 | B | 47 | 84 | 7 | 1B |
| Octal | 100 | 112 | 102 | 16 | 0 | 13 | 107 | 204 | 7 | 33 |
| Binary | 1000000 | 1001010 | 1000010 | 1110 | 0 | 1011 | 1000111 | 10000100 | 111 | 11011 |
Color Harmonies of #404A42
Complementary color
Monochromatic Colors of #404A42
Black with #404A42
Text Example
Text Example
White with #404A42
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #404A42; }
p { color: rgb(64,74,66); }
H1.HeaderClassName
{
color: #404A42;
}
.AnyTagClassName
{
color: #404A42;
}
</style>
background-color css
<style>
a { background-color: #404A42; }
a { background-color: rgb(64,74,66); }
div.DivClassName
{
background-color: #404A42;
}
.BgClassName
{
background-color: #404A42;
}
</style>
border-color css
<style>
span { border-color: #404A42; }
span { border-color: rgb(64,74,66); }
td.TdClassName
{
border-color: #404A42;
}
.TagClassName
{
border-color: #404A42;
}
</style>