Shades of Meteorite #4D4769
Tints of Meteorite #4D4769
RGB
CMYK
RGB Variations
Color information
#4D4769 (or 0x4D4769) is known color: Meteorite. HEX triplet: 4D, 47 and 69. RGB value is (77,71,105). Sum of RGB (Red+Green+Blue) = 77+71+105=253 (33% of max value = 765). Red value is 77 (30.47% from 255 or 30.43% from 253); Green value is 71 (28.12% from 255 or 28.06% from 253); Blue value is 105 (41.41% from 255 or 41.50% from 253); Max value from RGB is 105 - color contains mainly: blue. Hex color #4D4769 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #4D4769 is #B2B896. Grayscale: #4C4C4C. Windows color (decimal): -11712663 or 6899533. OLE color: 6899533.
HSL color Cylindrical-coordinate representation of color #4D4769: hue angle of 250.59º degrees, saturation: 0.19, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #4D4769 is Cyan = 0.27, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 77 | 71 | 105 | - |
| CMYK | 0.27 | 0.32 | 0 | 0.59 |
| HSL | 250.59º | 0.19% | 0.35% | - |
| HSV(B) | 250.59º | 0.32% | 0.41% | - |
| XYZ | 7.86 | 7.1 | 14.32 | - |
| YUV | 76.67 | 143.99 | 128.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 71 | 105 | 0.27 | 0.32 | 0 | 0.59 | 250.59 | 0.19 | 0.35 |
| Hex | 4D | 47 | 69 | 1B | 20 | 0 | 3B | FB | 13 | 23 |
| Octal | 115 | 107 | 151 | 33 | 40 | 0 | 73 | 373 | 23 | 43 |
| Binary | 1001101 | 1000111 | 1101001 | 11011 | 100000 | 0 | 111011 | 11111011 | 10011 | 100011 |
Color Harmonies of #4D4769
Complementary color
Monochromatic Colors of #4D4769
Black with #4D4769
Text Example
Text Example
White with #4D4769
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D4769; }
p { color: rgb(77,71,105); }
H1.HeaderClassName
{
color: #4D4769;
}
.AnyTagClassName
{
color: #4D4769;
}
</style>
background-color css
<style>
a { background-color: #4D4769; }
a { background-color: rgb(77,71,105); }
div.DivClassName
{
background-color: #4D4769;
}
.BgClassName
{
background-color: #4D4769;
}
</style>
border-color css
<style>
span { border-color: #4D4769; }
span { border-color: rgb(77,71,105); }
td.TdClassName
{
border-color: #4D4769;
}
.TagClassName
{
border-color: #4D4769;
}
</style>