Shades of Meteorite #4D436A
Tints of Meteorite #4D436A
RGB
CMYK
RGB Variations
Color information
#4D436A (or 0x4D436A) is known color: Meteorite. HEX triplet: 4D, 43 and 6A. RGB value is (77,67,106). Sum of RGB (Red+Green+Blue) = 77+67+106=250 (33% of max value = 765). Red value is 77 (30.47% from 255 or 30.8% from 250); Green value is 67 (26.56% from 255 or 26.8% from 250); Blue value is 106 (41.80% from 255 or 42.4% from 250); Max value from RGB is 106 - color contains mainly: blue. Hex color #4D436A is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #4D436A is #B2BC95. Grayscale: #4A4A4A. Windows color (decimal): -11713686 or 6964045. OLE color: 6964045.
HSL color Cylindrical-coordinate representation of color #4D436A: hue angle of 255.38º degrees, saturation: 0.23, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #4D436A is Cyan = 0.27, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 77 | 67 | 106 | - |
| CMYK | 0.27 | 0.37 | 0 | 0.58 |
| HSL | 255.38º | 0.23% | 0.34% | - |
| HSV(B) | 255.38º | 0.37% | 0.42% | - |
| XYZ | 7.67 | 6.63 | 14.51 | - |
| YUV | 74.44 | 145.81 | 129.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 67 | 106 | 0.27 | 0.37 | 0 | 0.58 | 255.38 | 0.23 | 0.34 |
| Hex | 4D | 43 | 6A | 1B | 25 | 0 | 3A | FF | 17 | 22 |
| Octal | 115 | 103 | 152 | 33 | 45 | 0 | 72 | 377 | 27 | 42 |
| Binary | 1001101 | 1000011 | 1101010 | 11011 | 100101 | 0 | 111010 | 11111111 | 10111 | 100010 |
Color Harmonies of #4D436A
Complementary color
Monochromatic Colors of #4D436A
Black with #4D436A
Text Example
Text Example
White with #4D436A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D436A; }
p { color: rgb(77,67,106); }
H1.HeaderClassName
{
color: #4D436A;
}
.AnyTagClassName
{
color: #4D436A;
}
</style>
background-color css
<style>
a { background-color: #4D436A; }
a { background-color: rgb(77,67,106); }
div.DivClassName
{
background-color: #4D436A;
}
.BgClassName
{
background-color: #4D436A;
}
</style>
border-color css
<style>
span { border-color: #4D436A; }
span { border-color: rgb(77,67,106); }
td.TdClassName
{
border-color: #4D436A;
}
.TagClassName
{
border-color: #4D436A;
}
</style>