Shades of Meteorite #4F386D
Tints of Meteorite #4F386D
RGB
CMYK
RGB Variations
Color information
#4F386D (or 0x4F386D) is known color: Meteorite. HEX triplet: 4F, 38 and 6D. RGB value is (79,56,109). Sum of RGB (Red+Green+Blue) = 79+56+109=244 (32% of max value = 765). Red value is 79 (31.25% from 255 or 32.38% from 244); Green value is 56 (22.27% from 255 or 22.95% from 244); Blue value is 109 (42.97% from 255 or 44.67% from 244); Max value from RGB is 109 - color contains mainly: blue. Hex color #4F386D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #4F386D is #B0C792. Grayscale: #444444. Windows color (decimal): -11585427 or 7157839. OLE color: 7157839.
HSL color Cylindrical-coordinate representation of color #4F386D: hue angle of 266.04º degrees, saturation: 0.32, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #4F386D is Cyan = 0.28, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 79 | 56 | 109 | - |
| CMYK | 0.28 | 0.49 | 0 | 0.57 |
| HSL | 266.04º | 0.32% | 0.32% | - |
| HSV(B) | 266.04º | 0.49% | 0.43% | - |
| XYZ | 7.4 | 5.59 | 15.16 | - |
| YUV | 68.92 | 150.62 | 135.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 56 | 109 | 0.28 | 0.49 | 0 | 0.57 | 266.04 | 0.32 | 0.32 |
| Hex | 4F | 38 | 6D | 1C | 31 | 0 | 39 | 10A | 20 | 20 |
| Octal | 117 | 70 | 155 | 34 | 61 | 0 | 71 | 412 | 40 | 40 |
| Binary | 1001111 | 111000 | 1101101 | 11100 | 110001 | 0 | 111001 | 100001010 | 100000 | 100000 |
Color Harmonies of #4F386D
Complementary color
Monochromatic Colors of #4F386D
Black with #4F386D
Text Example
Text Example
White with #4F386D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4F386D; }
p { color: rgb(79,56,109); }
H1.HeaderClassName
{
color: #4F386D;
}
.AnyTagClassName
{
color: #4F386D;
}
</style>
background-color css
<style>
a { background-color: #4F386D; }
a { background-color: rgb(79,56,109); }
div.DivClassName
{
background-color: #4F386D;
}
.BgClassName
{
background-color: #4F386D;
}
</style>
border-color css
<style>
span { border-color: #4F386D; }
span { border-color: rgb(79,56,109); }
td.TdClassName
{
border-color: #4F386D;
}
.TagClassName
{
border-color: #4F386D;
}
</style>