Shades of Thunder #4D4D45
Tints of Thunder #4D4D45
RGB
CMYK
RGB Variations
Color information
#4D4D45 (or 0x4D4D45) is known color: Thunder. HEX triplet: 4D, 4D and 45. RGB value is (77,77,69). Sum of RGB (Red+Green+Blue) = 77+77+69=223 (29% of max value = 765). Red value is 77 (30.47% from 255 or 34.53% from 223); Green value is 77 (30.47% from 255 or 34.53% from 223); Blue value is 69 (27.34% from 255 or 30.94% from 223); Max value from RGB is 77 - color contains mainly: red, green. Hex color #4D4D45 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #4D4D45 is #B2B2BA. Grayscale: #4C4C4C. Windows color (decimal): -11711163 or 4541773. OLE color: 4541773.
HSL color Cylindrical-coordinate representation of color #4D4D45: 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.1%. Process color model (Four color, CMYK) of #4D4D45 is Cyan = 0, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.70.
Color convert
RGB | 77 | 77 | 69 | - |
CMYK | 0 | 0 | 0.10 | 0.70 |
HSL | 60º | 0.05% | 0.29% | - |
HSV(B) | 60º | 0.1% | 0.3% | - |
XYZ | 6.79 | 7.32 | 6.68 | - |
YUV | 76.09 | 124 | 128.65 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 77 | 77 | 69 | 0 | 0 | 0.10 | 0.70 | 60 | 0.05 | 0.29 |
Hex | 4D | 4D | 45 | 0 | 0 | A | 46 | 3C | 5 | 1D |
Octal | 115 | 115 | 105 | 0 | 0 | 12 | 106 | 74 | 5 | 35 |
Binary | 1001101 | 1001101 | 1000101 | 0 | 0 | 1010 | 1000110 | 111100 | 101 | 11101 |
Color Harmonies of #4D4D45
Complementary color
Monochromatic Colors of #4D4D45
Black with #4D4D45
Text Example
Text Example
White with #4D4D45
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D4D45; }
p { color: rgb(77,77,69); }
H1.HeaderClassName
{
color: #4D4D45;
}
.AnyTagClassName
{
color: #4D4D45;
}
</style>
background-color css
<style>
a { background-color: #4D4D45; }
a { background-color: rgb(77,77,69); }
div.DivClassName
{
background-color: #4D4D45;
}
.BgClassName
{
background-color: #4D4D45;
}
</style>
border-color css
<style>
span { border-color: #4D4D45; }
span { border-color: rgb(77,77,69); }
td.TdClassName
{
border-color: #4D4D45;
}
.TagClassName
{
border-color: #4D4D45;
}
</style>