Shades of Goblin #454A46
Tints of Goblin #454A46
RGB
CMYK
RGB Variations
Color information
#454A46 (or 0x454A46) is known color: Goblin. HEX triplet: 45, 4A and 46. RGB value is (69,74,70). Sum of RGB (Red+Green+Blue) = 69+74+70=213 (28% of max value = 765). Red value is 69 (27.34% from 255 or 32.39% from 213); Green value is 74 (29.30% from 255 or 34.74% from 213); Blue value is 70 (27.73% from 255 or 32.86% from 213); Max value from RGB is 74 - color contains mainly: green. Hex color #454A46 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #454A46 is #BAB5B9. Grayscale: #484848. Windows color (decimal): -12236218 or 4606533. OLE color: 4606533.
HSL color Cylindrical-coordinate representation of color #454A46: hue angle of 132º degrees, saturation: 0.03, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #454A46 is Cyan = 0.07, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 69 | 74 | 70 | - |
| CMYK | 0.07 | 0 | 0.05 | 0.71 |
| HSL | 132º | 0.03% | 0.28% | - |
| HSV(B) | 132º | 0.07% | 0.29% | - |
| XYZ | 6.01 | 6.6 | 6.75 | - |
| YUV | 72.05 | 126.84 | 125.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 74 | 70 | 0.07 | 0 | 0.05 | 0.71 | 132 | 0.03 | 0.28 |
| Hex | 45 | 4A | 46 | 7 | 0 | 5 | 47 | 84 | 3 | 1C |
| Octal | 105 | 112 | 106 | 7 | 0 | 5 | 107 | 204 | 3 | 34 |
| Binary | 1000101 | 1001010 | 1000110 | 111 | 0 | 101 | 1000111 | 10000100 | 11 | 11100 |
Color Harmonies of #454A46
Complementary color
Monochromatic Colors of #454A46
Black with #454A46
Text Example
Text Example
White with #454A46
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #454A46; }
p { color: rgb(69,74,70); }
H1.HeaderClassName
{
color: #454A46;
}
.AnyTagClassName
{
color: #454A46;
}
</style>
background-color css
<style>
a { background-color: #454A46; }
a { background-color: rgb(69,74,70); }
div.DivClassName
{
background-color: #454A46;
}
.BgClassName
{
background-color: #454A46;
}
</style>
border-color css
<style>
span { border-color: #454A46; }
span { border-color: rgb(69,74,70); }
td.TdClassName
{
border-color: #454A46;
}
.TagClassName
{
border-color: #454A46;
}
</style>