Shades of Meteorite #4D4274
Tints of Meteorite #4D4274
RGB
CMYK
RGB Variations
Color information
#4D4274 (or 0x4D4274) is known color: Meteorite. HEX triplet: 4D, 42 and 74. RGB value is (77,66,116). Sum of RGB (Red+Green+Blue) = 77+66+116=259 (34% of max value = 765). Red value is 77 (30.47% from 255 or 29.73% from 259); Green value is 66 (26.17% from 255 or 25.48% from 259); Blue value is 116 (45.70% from 255 or 44.79% from 259); Max value from RGB is 116 - color contains mainly: blue. Hex color #4D4274 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #4D4274 is #B2BD8B. Grayscale: #4A4A4A. Windows color (decimal): -11713932 or 7619149. OLE color: 7619149.
HSL color Cylindrical-coordinate representation of color #4D4274: hue angle of 253.2º degrees, saturation: 0.27, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #4D4274 is Cyan = 0.34, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 77 | 66 | 116 | - |
| CMYK | 0.34 | 0.43 | 0 | 0.55 |
| HSL | 253.2º | 0.27% | 0.36% | - |
| HSV(B) | 253.2º | 0.43% | 0.45% | - |
| XYZ | 8.16 | 6.74 | 17.39 | - |
| YUV | 74.99 | 151.14 | 129.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 66 | 116 | 0.34 | 0.43 | 0 | 0.55 | 253.2 | 0.27 | 0.36 |
| Hex | 4D | 42 | 74 | 22 | 2B | 0 | 37 | FD | 1B | 24 |
| Octal | 115 | 102 | 164 | 42 | 53 | 0 | 67 | 375 | 33 | 44 |
| Binary | 1001101 | 1000010 | 1110100 | 100010 | 101011 | 0 | 110111 | 11111101 | 11011 | 100100 |
Color Harmonies of #4D4274
Complementary color
Monochromatic Colors of #4D4274
Black with #4D4274
Text Example
Text Example
White with #4D4274
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D4274; }
p { color: rgb(77,66,116); }
H1.HeaderClassName
{
color: #4D4274;
}
.AnyTagClassName
{
color: #4D4274;
}
</style>
background-color css
<style>
a { background-color: #4D4274; }
a { background-color: rgb(77,66,116); }
div.DivClassName
{
background-color: #4D4274;
}
.BgClassName
{
background-color: #4D4274;
}
</style>
border-color css
<style>
span { border-color: #4D4274; }
span { border-color: rgb(77,66,116); }
td.TdClassName
{
border-color: #4D4274;
}
.TagClassName
{
border-color: #4D4274;
}
</style>