Shades of Goblin #424A44
Tints of Goblin #424A44
RGB
CMYK
RGB Variations
Color information
#424A44 (or 0x424A44) is known color: Goblin. HEX triplet: 42, 4A and 44. RGB value is (66,74,68). Sum of RGB (Red+Green+Blue) = 66+74+68=208 (27% of max value = 765). Red value is 66 (26.17% from 255 or 31.73% from 208); Green value is 74 (29.30% from 255 or 35.58% from 208); Blue value is 68 (26.95% from 255 or 32.69% from 208); Max value from RGB is 74 - color contains mainly: green. Hex color #424A44 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #424A44 is #BDB5BB. Grayscale: #464646. Windows color (decimal): -12432828 or 4475458. OLE color: 4475458.
HSL color Cylindrical-coordinate representation of color #424A44: hue angle of 135º degrees, saturation: 0.06, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #424A44 is Cyan = 0.11, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 66 | 74 | 68 | - |
| CMYK | 0.11 | 0 | 0.08 | 0.71 |
| HSL | 135º | 0.06% | 0.27% | - |
| HSV(B) | 135º | 0.11% | 0.29% | - |
| XYZ | 5.74 | 6.47 | 6.42 | - |
| YUV | 70.92 | 126.35 | 124.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 74 | 68 | 0.11 | 0 | 0.08 | 0.71 | 135 | 0.06 | 0.27 |
| Hex | 42 | 4A | 44 | B | 0 | 8 | 47 | 87 | 6 | 1B |
| Octal | 102 | 112 | 104 | 13 | 0 | 10 | 107 | 207 | 6 | 33 |
| Binary | 1000010 | 1001010 | 1000100 | 1011 | 0 | 1000 | 1000111 | 10000111 | 110 | 11011 |
Color Harmonies of #424A44
Complementary color
Monochromatic Colors of #424A44
Black with #424A44
Text Example
Text Example
White with #424A44
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #424A44; }
p { color: rgb(66,74,68); }
H1.HeaderClassName
{
color: #424A44;
}
.AnyTagClassName
{
color: #424A44;
}
</style>
background-color css
<style>
a { background-color: #424A44; }
a { background-color: rgb(66,74,68); }
div.DivClassName
{
background-color: #424A44;
}
.BgClassName
{
background-color: #424A44;
}
</style>
border-color css
<style>
span { border-color: #424A44; }
span { border-color: rgb(66,74,68); }
td.TdClassName
{
border-color: #424A44;
}
.TagClassName
{
border-color: #424A44;
}
</style>