Shades of Thunder #4D4D44
Tints of Thunder #4D4D44
RGB
CMYK
RGB Variations
Color information
#4D4D44 (or 0x4D4D44) is known color: Thunder. HEX triplet: 4D, 4D and 44. RGB value is (77,77,68). Sum of RGB (Red+Green+Blue) = 77+77+68=222 (29% of max value = 765). Red value is 77 (30.47% from 255 or 34.68% from 222); Green value is 77 (30.47% from 255 or 34.68% from 222); Blue value is 68 (26.95% from 255 or 30.63% from 222); Max value from RGB is 77 - color contains mainly: red, green. Hex color #4D4D44 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #4D4D44 is #B2B2BB. Grayscale: #4C4C4C. Windows color (decimal): -11711164 or 4476237. OLE color: 4476237.
HSL color Cylindrical-coordinate representation of color #4D4D44: hue angle of 60º degrees, saturation: 0.06, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #4D4D44 is Cyan = 0, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.70.
Color convert
RGB | 77 | 77 | 68 | - |
CMYK | 0 | 0 | 0.12 | 0.70 |
HSL | 60º | 0.06% | 0.28% | - |
HSV(B) | 60º | 0.12% | 0.3% | - |
XYZ | 6.76 | 7.3 | 6.52 | - |
YUV | 75.97 | 123.5 | 128.73 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 77 | 77 | 68 | 0 | 0 | 0.12 | 0.70 | 60 | 0.06 | 0.28 |
Hex | 4D | 4D | 44 | 0 | 0 | C | 46 | 3C | 6 | 1C |
Octal | 115 | 115 | 104 | 0 | 0 | 14 | 106 | 74 | 6 | 34 |
Binary | 1001101 | 1001101 | 1000100 | 0 | 0 | 1100 | 1000110 | 111100 | 110 | 11100 |
Color Harmonies of #4D4D44
Complementary color
Monochromatic Colors of #4D4D44
Black with #4D4D44
Text Example
Text Example
White with #4D4D44
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D4D44; }
p { color: rgb(77,77,68); }
H1.HeaderClassName
{
color: #4D4D44;
}
.AnyTagClassName
{
color: #4D4D44;
}
</style>
background-color css
<style>
a { background-color: #4D4D44; }
a { background-color: rgb(77,77,68); }
div.DivClassName
{
background-color: #4D4D44;
}
.BgClassName
{
background-color: #4D4D44;
}
</style>
border-color css
<style>
span { border-color: #4D4D44; }
span { border-color: rgb(77,77,68); }
td.TdClassName
{
border-color: #4D4D44;
}
.TagClassName
{
border-color: #4D4D44;
}
</style>