Shades of Goblin #454F47
Tints of Goblin #454F47
RGB
CMYK
RGB Variations
Color information
#454F47 (or 0x454F47) is known color: Goblin. HEX triplet: 45, 4F and 47. RGB value is (69,79,71). Sum of RGB (Red+Green+Blue) = 69+79+71=219 (29% of max value = 765). Red value is 69 (27.34% from 255 or 31.51% from 219); Green value is 79 (31.25% from 255 or 36.07% from 219); Blue value is 71 (28.12% from 255 or 32.42% from 219); Max value from RGB is 79 - color contains mainly: green. Hex color #454F47 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #454F47 is #BAB0B8. Grayscale: #4B4B4B. Windows color (decimal): -12234937 or 4673349. OLE color: 4673349.
HSL color Cylindrical-coordinate representation of color #454F47: hue angle of 132º degrees, saturation: 0.07, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #454F47 is Cyan = 0.13, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 69 | 79 | 71 | - |
| CMYK | 0.13 | 0 | 0.10 | 0.69 |
| HSL | 132º | 0.07% | 0.29% | - |
| HSV(B) | 132º | 0.13% | 0.31% | - |
| XYZ | 6.39 | 7.31 | 7.04 | - |
| YUV | 75.1 | 125.69 | 123.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 79 | 71 | 0.13 | 0 | 0.10 | 0.69 | 132 | 0.07 | 0.29 |
| Hex | 45 | 4F | 47 | D | 0 | A | 45 | 84 | 7 | 1D |
| Octal | 105 | 117 | 107 | 15 | 0 | 12 | 105 | 204 | 7 | 35 |
| Binary | 1000101 | 1001111 | 1000111 | 1101 | 0 | 1010 | 1000101 | 10000100 | 111 | 11101 |
Color Harmonies of #454F47
Complementary color
Monochromatic Colors of #454F47
Black with #454F47
Text Example
Text Example
White with #454F47
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #454F47; }
p { color: rgb(69,79,71); }
H1.HeaderClassName
{
color: #454F47;
}
.AnyTagClassName
{
color: #454F47;
}
</style>
background-color css
<style>
a { background-color: #454F47; }
a { background-color: rgb(69,79,71); }
div.DivClassName
{
background-color: #454F47;
}
.BgClassName
{
background-color: #454F47;
}
</style>
border-color css
<style>
span { border-color: #454F47; }
span { border-color: rgb(69,79,71); }
td.TdClassName
{
border-color: #454F47;
}
.TagClassName
{
border-color: #454F47;
}
</style>