Shades of Goblin #404B44
Tints of Goblin #404B44
RGB
CMYK
RGB Variations
Color information
#404B44 (or 0x404B44) is known color: Goblin. HEX triplet: 40, 4B and 44. RGB value is (64,75,68). Sum of RGB (Red+Green+Blue) = 64+75+68=207 (27% of max value = 765). Red value is 64 (25.39% from 255 or 30.92% from 207); Green value is 75 (29.69% from 255 or 36.23% from 207); Blue value is 68 (26.95% from 255 or 32.85% from 207); Max value from RGB is 75 - color contains mainly: green. Hex color #404B44 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #404B44 is #BFB4BB. Grayscale: #464646. Windows color (decimal): -12563644 or 4475712. OLE color: 4475712.
HSL color Cylindrical-coordinate representation of color #404B44: hue angle of 141.82º degrees, saturation: 0.08, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #404B44 is Cyan = 0.15, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 64 | 75 | 68 | - |
| CMYK | 0.15 | 0 | 0.09 | 0.71 |
| HSL | 141.82º | 0.08% | 0.27% | - |
| HSV(B) | 141.82º | 0.15% | 0.29% | - |
| XYZ | 5.67 | 6.54 | 6.43 | - |
| YUV | 70.91 | 126.36 | 123.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 75 | 68 | 0.15 | 0 | 0.09 | 0.71 | 141.82 | 0.08 | 0.27 |
| Hex | 40 | 4B | 44 | F | 0 | 9 | 47 | 8E | 8 | 1B |
| Octal | 100 | 113 | 104 | 17 | 0 | 11 | 107 | 216 | 10 | 33 |
| Binary | 1000000 | 1001011 | 1000100 | 1111 | 0 | 1001 | 1000111 | 10001110 | 1000 | 11011 |
Color Harmonies of #404B44
Complementary color
Monochromatic Colors of #404B44
Black with #404B44
Text Example
Text Example
White with #404B44
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #404B44; }
p { color: rgb(64,75,68); }
H1.HeaderClassName
{
color: #404B44;
}
.AnyTagClassName
{
color: #404B44;
}
</style>
background-color css
<style>
a { background-color: #404B44; }
a { background-color: rgb(64,75,68); }
div.DivClassName
{
background-color: #404B44;
}
.BgClassName
{
background-color: #404B44;
}
</style>
border-color css
<style>
span { border-color: #404B44; }
span { border-color: rgb(64,75,68); }
td.TdClassName
{
border-color: #404B44;
}
.TagClassName
{
border-color: #404B44;
}
</style>