Shades of Thunder #4D4D46
Tints of Thunder #4D4D46
RGB
CMYK
RGB Variations
Color information
#4D4D46 (or 0x4D4D46) is known color: Thunder. HEX triplet: 4D, 4D and 46. RGB value is (77,77,70). Sum of RGB (Red+Green+Blue) = 77+77+70=224 (29% of max value = 765). Red value is 77 (30.47% from 255 or 34.38% from 224); Green value is 77 (30.47% from 255 or 34.38% from 224); Blue value is 70 (27.73% from 255 or 31.25% from 224); Max value from RGB is 77 - color contains mainly: red, green. Hex color #4D4D46 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #4D4D46 is #B2B2B9. Grayscale: #4C4C4C. Windows color (decimal): -11711162 or 4607309. OLE color: 4607309.
HSL color Cylindrical-coordinate representation of color #4D4D46: hue angle of 60º degrees, saturation: 0.05, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #4D4D46 is Cyan = 0, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.70.
Color convert
RGB | 77 | 77 | 70 | - |
CMYK | 0 | 0 | 0.09 | 0.70 |
HSL | 60º | 0.05% | 0.29% | - |
HSV(B) | 60º | 0.09% | 0.3% | - |
XYZ | 6.82 | 7.33 | 6.85 | - |
YUV | 76.2 | 124.5 | 128.57 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 77 | 77 | 70 | 0 | 0 | 0.09 | 0.70 | 60 | 0.05 | 0.29 |
Hex | 4D | 4D | 46 | 0 | 0 | 9 | 46 | 3C | 5 | 1D |
Octal | 115 | 115 | 106 | 0 | 0 | 11 | 106 | 74 | 5 | 35 |
Binary | 1001101 | 1001101 | 1000110 | 0 | 0 | 1001 | 1000110 | 111100 | 101 | 11101 |
Color Harmonies of #4D4D46
Complementary color
Monochromatic Colors of #4D4D46
Black with #4D4D46
Text Example
Text Example
White with #4D4D46
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D4D46; }
p { color: rgb(77,77,70); }
H1.HeaderClassName
{
color: #4D4D46;
}
.AnyTagClassName
{
color: #4D4D46;
}
</style>
background-color css
<style>
a { background-color: #4D4D46; }
a { background-color: rgb(77,77,70); }
div.DivClassName
{
background-color: #4D4D46;
}
.BgClassName
{
background-color: #4D4D46;
}
</style>
border-color css
<style>
span { border-color: #4D4D46; }
span { border-color: rgb(77,77,70); }
td.TdClassName
{
border-color: #4D4D46;
}
.TagClassName
{
border-color: #4D4D46;
}
</style>