Shades of Meteorite #4D436C
Tints of Meteorite #4D436C
RGB
CMYK
RGB Variations
Color information
#4D436C (or 0x4D436C) is known color: Meteorite. HEX triplet: 4D, 43 and 6C. RGB value is (77,67,108). Sum of RGB (Red+Green+Blue) = 77+67+108=252 (33% of max value = 765). Red value is 77 (30.47% from 255 or 30.56% from 252); Green value is 67 (26.56% from 255 or 26.59% from 252); Blue value is 108 (42.58% from 255 or 42.86% from 252); Max value from RGB is 108 - color contains mainly: blue. Hex color #4D436C is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #4D436C is #B2BC93. Grayscale: #4A4A4A. Windows color (decimal): -11713684 or 7095117. OLE color: 7095117.
HSL color Cylindrical-coordinate representation of color #4D436C: hue angle of 254.63º degrees, saturation: 0.23, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #4D436C is Cyan = 0.29, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 77 | 67 | 108 | - |
| CMYK | 0.29 | 0.38 | 0 | 0.58 |
| HSL | 254.63º | 0.23% | 0.34% | - |
| HSV(B) | 254.63º | 0.38% | 0.42% | - |
| XYZ | 7.77 | 6.67 | 15.07 | - |
| YUV | 74.66 | 146.81 | 129.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 67 | 108 | 0.29 | 0.38 | 0 | 0.58 | 254.63 | 0.23 | 0.34 |
| Hex | 4D | 43 | 6C | 1D | 26 | 0 | 3A | FF | 17 | 22 |
| Octal | 115 | 103 | 154 | 35 | 46 | 0 | 72 | 377 | 27 | 42 |
| Binary | 1001101 | 1000011 | 1101100 | 11101 | 100110 | 0 | 111010 | 11111111 | 10111 | 100010 |
Color Harmonies of #4D436C
Complementary color
Monochromatic Colors of #4D436C
Black with #4D436C
Text Example
Text Example
White with #4D436C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D436C; }
p { color: rgb(77,67,108); }
H1.HeaderClassName
{
color: #4D436C;
}
.AnyTagClassName
{
color: #4D436C;
}
</style>
background-color css
<style>
a { background-color: #4D436C; }
a { background-color: rgb(77,67,108); }
div.DivClassName
{
background-color: #4D436C;
}
.BgClassName
{
background-color: #4D436C;
}
</style>
border-color css
<style>
span { border-color: #4D436C; }
span { border-color: rgb(77,67,108); }
td.TdClassName
{
border-color: #4D436C;
}
.TagClassName
{
border-color: #4D436C;
}
</style>