Shades of Meteorite #4D3862
Tints of Meteorite #4D3862
RGB
CMYK
RGB Variations
Color information
#4D3862 (or 0x4D3862) is known color: Meteorite. HEX triplet: 4D, 38 and 62. RGB value is (77,56,98). Sum of RGB (Red+Green+Blue) = 77+56+98=231 (30% of max value = 765). Red value is 77 (30.47% from 255 or 33.33% from 231); Green value is 56 (22.27% from 255 or 24.24% from 231); Blue value is 98 (38.67% from 255 or 42.42% from 231); Max value from RGB is 98 - color contains mainly: blue. Hex color #4D3862 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #4D3862 is #B2C79D. Grayscale: #424242. Windows color (decimal): -11716510 or 6436941. OLE color: 6436941.
HSL color Cylindrical-coordinate representation of color #4D3862: hue angle of 270º degrees, saturation: 0.27, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #4D3862 is Cyan = 0.21, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 77 | 56 | 98 | - |
| CMYK | 0.21 | 0.43 | 0 | 0.62 |
| HSL | 270º | 0.27% | 0.3% | - |
| HSV(B) | 270º | 0.43% | 0.38% | - |
| XYZ | 6.68 | 5.29 | 12.22 | - |
| YUV | 67.07 | 145.46 | 135.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 56 | 98 | 0.21 | 0.43 | 0 | 0.62 | 270 | 0.27 | 0.3 |
| Hex | 4D | 38 | 62 | 15 | 2B | 0 | 3E | 10E | 1B | 1E |
| Octal | 115 | 70 | 142 | 25 | 53 | 0 | 76 | 416 | 33 | 36 |
| Binary | 1001101 | 111000 | 1100010 | 10101 | 101011 | 0 | 111110 | 100001110 | 11011 | 11110 |
Color Harmonies of #4D3862
Complementary color
Monochromatic Colors of #4D3862
Black with #4D3862
Text Example
Text Example
White with #4D3862
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D3862; }
p { color: rgb(77,56,98); }
H1.HeaderClassName
{
color: #4D3862;
}
.AnyTagClassName
{
color: #4D3862;
}
</style>
background-color css
<style>
a { background-color: #4D3862; }
a { background-color: rgb(77,56,98); }
div.DivClassName
{
background-color: #4D3862;
}
.BgClassName
{
background-color: #4D3862;
}
</style>
border-color css
<style>
span { border-color: #4D3862; }
span { border-color: rgb(77,56,98); }
td.TdClassName
{
border-color: #4D3862;
}
.TagClassName
{
border-color: #4D3862;
}
</style>