Shades of Meteorite #4D4176
Tints of Meteorite #4D4176
RGB
CMYK
RGB Variations
Color information
#4D4176 (or 0x4D4176) is known color: Meteorite. HEX triplet: 4D, 41 and 76. RGB value is (77,65,118). Sum of RGB (Red+Green+Blue) = 77+65+118=260 (34% of max value = 765). Red value is 77 (30.47% from 255 or 29.62% from 260); Green value is 65 (25.78% from 255 or 25% from 260); Blue value is 118 (46.48% from 255 or 45.38% from 260); Max value from RGB is 118 - color contains mainly: blue. Hex color #4D4176 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #4D4176 is #B2BE89. Grayscale: #4A4A4A. Windows color (decimal): -11714186 or 7749965. OLE color: 7749965.
HSL color Cylindrical-coordinate representation of color #4D4176: hue angle of 253.58º degrees, saturation: 0.29, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #4D4176 is Cyan = 0.35, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 77 | 65 | 118 | - |
| CMYK | 0.35 | 0.45 | 0 | 0.54 |
| HSL | 253.58º | 0.29% | 0.36% | - |
| HSV(B) | 253.58º | 0.45% | 0.46% | - |
| XYZ | 8.22 | 6.67 | 17.99 | - |
| YUV | 74.63 | 152.48 | 129.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 65 | 118 | 0.35 | 0.45 | 0 | 0.54 | 253.58 | 0.29 | 0.36 |
| Hex | 4D | 41 | 76 | 23 | 2D | 0 | 36 | FE | 1D | 24 |
| Octal | 115 | 101 | 166 | 43 | 55 | 0 | 66 | 376 | 35 | 44 |
| Binary | 1001101 | 1000001 | 1110110 | 100011 | 101101 | 0 | 110110 | 11111110 | 11101 | 100100 |
Color Harmonies of #4D4176
Complementary color
Monochromatic Colors of #4D4176
Black with #4D4176
Text Example
Text Example
White with #4D4176
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D4176; }
p { color: rgb(77,65,118); }
H1.HeaderClassName
{
color: #4D4176;
}
.AnyTagClassName
{
color: #4D4176;
}
</style>
background-color css
<style>
a { background-color: #4D4176; }
a { background-color: rgb(77,65,118); }
div.DivClassName
{
background-color: #4D4176;
}
.BgClassName
{
background-color: #4D4176;
}
</style>
border-color css
<style>
span { border-color: #4D4176; }
span { border-color: rgb(77,65,118); }
td.TdClassName
{
border-color: #4D4176;
}
.TagClassName
{
border-color: #4D4176;
}
</style>