Shades of Goblin #404A43
Tints of Goblin #404A43
RGB
CMYK
RGB Variations
Color information
#404A43 (or 0x404A43) is known color: Goblin. HEX triplet: 40, 4A and 43. RGB value is (64,74,67). Sum of RGB (Red+Green+Blue) = 64+74+67=205 (27% of max value = 765). Red value is 64 (25.39% from 255 or 31.22% from 205); Green value is 74 (29.30% from 255 or 36.10% from 205); Blue value is 67 (26.56% from 255 or 32.68% from 205); Max value from RGB is 74 - color contains mainly: green. Hex color #404A43 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #404A43 is #BFB5BC. Grayscale: #464646. Windows color (decimal): -12563901 or 4409920. OLE color: 4409920.
HSL color Cylindrical-coordinate representation of color #404A43: hue angle of 138º 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 #404A43 is Cyan = 0.14, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 64 | 74 | 67 | - |
| CMYK | 0.14 | 0 | 0.09 | 0.71 |
| HSL | 138º | 0.07% | 0.27% | - |
| HSV(B) | 138º | 0.14% | 0.29% | - |
| XYZ | 5.58 | 6.39 | 6.25 | - |
| YUV | 70.21 | 126.19 | 123.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 74 | 67 | 0.14 | 0 | 0.09 | 0.71 | 138 | 0.07 | 0.27 |
| Hex | 40 | 4A | 43 | E | 0 | 9 | 47 | 8A | 7 | 1B |
| Octal | 100 | 112 | 103 | 16 | 0 | 11 | 107 | 212 | 7 | 33 |
| Binary | 1000000 | 1001010 | 1000011 | 1110 | 0 | 1001 | 1000111 | 10001010 | 111 | 11011 |
Color Harmonies of #404A43
Complementary color
Monochromatic Colors of #404A43
Black with #404A43
Text Example
Text Example
White with #404A43
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #404A43; }
p { color: rgb(64,74,67); }
H1.HeaderClassName
{
color: #404A43;
}
.AnyTagClassName
{
color: #404A43;
}
</style>
background-color css
<style>
a { background-color: #404A43; }
a { background-color: rgb(64,74,67); }
div.DivClassName
{
background-color: #404A43;
}
.BgClassName
{
background-color: #404A43;
}
</style>
border-color css
<style>
span { border-color: #404A43; }
span { border-color: rgb(64,74,67); }
td.TdClassName
{
border-color: #404A43;
}
.TagClassName
{
border-color: #404A43;
}
</style>