Shades of Meteorite #4D3869
Tints of Meteorite #4D3869
RGB
CMYK
RGB Variations
Color information
#4D3869 (or 0x4D3869) is known color: Meteorite. HEX triplet: 4D, 38 and 69. RGB value is (77,56,105). Sum of RGB (Red+Green+Blue) = 77+56+105=238 (31% of max value = 765). Red value is 77 (30.47% from 255 or 32.35% from 238); Green value is 56 (22.27% from 255 or 23.53% from 238); Blue value is 105 (41.41% from 255 or 44.12% from 238); Max value from RGB is 105 - color contains mainly: blue. Hex color #4D3869 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #4D3869 is #B2C796. Grayscale: #434343. Windows color (decimal): -11716503 or 6895693. OLE color: 6895693.
HSL color Cylindrical-coordinate representation of color #4D3869: hue angle of 265.71º degrees, saturation: 0.3, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #4D3869 is Cyan = 0.27, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 77 | 56 | 105 | - |
| CMYK | 0.27 | 0.47 | 0 | 0.59 |
| HSL | 265.71º | 0.3% | 0.32% | - |
| HSV(B) | 265.71º | 0.47% | 0.41% | - |
| XYZ | 7.02 | 5.43 | 14.04 | - |
| YUV | 67.87 | 148.96 | 134.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 56 | 105 | 0.27 | 0.47 | 0 | 0.59 | 265.71 | 0.3 | 0.32 |
| Hex | 4D | 38 | 69 | 1B | 2F | 0 | 3B | 10A | 1E | 20 |
| Octal | 115 | 70 | 151 | 33 | 57 | 0 | 73 | 412 | 36 | 40 |
| Binary | 1001101 | 111000 | 1101001 | 11011 | 101111 | 0 | 111011 | 100001010 | 11110 | 100000 |
Color Harmonies of #4D3869
Complementary color
Monochromatic Colors of #4D3869
Black with #4D3869
Text Example
Text Example
White with #4D3869
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D3869; }
p { color: rgb(77,56,105); }
H1.HeaderClassName
{
color: #4D3869;
}
.AnyTagClassName
{
color: #4D3869;
}
</style>
background-color css
<style>
a { background-color: #4D3869; }
a { background-color: rgb(77,56,105); }
div.DivClassName
{
background-color: #4D3869;
}
.BgClassName
{
background-color: #4D3869;
}
</style>
border-color css
<style>
span { border-color: #4D3869; }
span { border-color: rgb(77,56,105); }
td.TdClassName
{
border-color: #4D3869;
}
.TagClassName
{
border-color: #4D3869;
}
</style>