Shades of Meteorite #4D436F
Tints of Meteorite #4D436F
RGB
CMYK
RGB Variations
Color information
#4D436F (or 0x4D436F) is known color: Meteorite. HEX triplet: 4D, 43 and 6F. RGB value is (77,67,111). Sum of RGB (Red+Green+Blue) = 77+67+111=255 (33% of max value = 765). Red value is 77 (30.47% from 255 or 30.20% from 255); Green value is 67 (26.56% from 255 or 26.27% from 255); Blue value is 111 (43.75% from 255 or 43.53% from 255); Max value from RGB is 111 - color contains mainly: blue. Hex color #4D436F is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #4D436F is #B2BC90. Grayscale: #4A4A4A. Windows color (decimal): -11713681 or 7291725. OLE color: 7291725.
HSL color Cylindrical-coordinate representation of color #4D436F: hue angle of 253.64º degrees, saturation: 0.25, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #4D436F is Cyan = 0.31, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 77 | 67 | 111 | - |
| CMYK | 0.31 | 0.40 | 0 | 0.56 |
| HSL | 253.64º | 0.25% | 0.35% | - |
| HSV(B) | 253.64º | 0.4% | 0.44% | - |
| XYZ | 7.94 | 6.74 | 15.92 | - |
| YUV | 75.01 | 148.31 | 129.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 67 | 111 | 0.31 | 0.40 | 0 | 0.56 | 253.64 | 0.25 | 0.35 |
| Hex | 4D | 43 | 6F | 1F | 28 | 0 | 38 | FE | 19 | 23 |
| Octal | 115 | 103 | 157 | 37 | 50 | 0 | 70 | 376 | 31 | 43 |
| Binary | 1001101 | 1000011 | 1101111 | 11111 | 101000 | 0 | 111000 | 11111110 | 11001 | 100011 |
Color Harmonies of #4D436F
Complementary color
Monochromatic Colors of #4D436F
Black with #4D436F
Text Example
Text Example
White with #4D436F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D436F; }
p { color: rgb(77,67,111); }
H1.HeaderClassName
{
color: #4D436F;
}
.AnyTagClassName
{
color: #4D436F;
}
</style>
background-color css
<style>
a { background-color: #4D436F; }
a { background-color: rgb(77,67,111); }
div.DivClassName
{
background-color: #4D436F;
}
.BgClassName
{
background-color: #4D436F;
}
</style>
border-color css
<style>
span { border-color: #4D436F; }
span { border-color: rgb(77,67,111); }
td.TdClassName
{
border-color: #4D436F;
}
.TagClassName
{
border-color: #4D436F;
}
</style>