Shades of Meteorite #4F3C75
Tints of Meteorite #4F3C75
RGB
CMYK
RGB Variations
Color information
#4F3C75 (or 0x4F3C75) is known color: Meteorite. HEX triplet: 4F, 3C and 75. RGB value is (79,60,117). Sum of RGB (Red+Green+Blue) = 79+60+117=256 (33% of max value = 765). Red value is 79 (31.25% from 255 or 30.86% from 256); Green value is 60 (23.83% from 255 or 23.44% from 256); Blue value is 117 (46.09% from 255 or 45.70% from 256); Max value from RGB is 117 - color contains mainly: blue. Hex color #4F3C75 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #4F3C75 is #B0C38A. Grayscale: #474747. Windows color (decimal): -11584395 or 7683151. OLE color: 7683151.
HSL color Cylindrical-coordinate representation of color #4F3C75: hue angle of 260º degrees, saturation: 0.32, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #4F3C75 is Cyan = 0.32, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 79 | 60 | 117 | - |
| CMYK | 0.32 | 0.49 | 0 | 0.54 |
| HSL | 260º | 0.32% | 0.35% | - |
| HSV(B) | 260º | 0.49% | 0.46% | - |
| XYZ | 8.05 | 6.18 | 17.6 | - |
| YUV | 72.18 | 153.29 | 132.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 60 | 117 | 0.32 | 0.49 | 0 | 0.54 | 260 | 0.32 | 0.35 |
| Hex | 4F | 3C | 75 | 20 | 31 | 0 | 36 | 104 | 20 | 23 |
| Octal | 117 | 74 | 165 | 40 | 61 | 0 | 66 | 404 | 40 | 43 |
| Binary | 1001111 | 111100 | 1110101 | 100000 | 110001 | 0 | 110110 | 100000100 | 100000 | 100011 |
Color Harmonies of #4F3C75
Complementary color
Monochromatic Colors of #4F3C75
Black with #4F3C75
Text Example
Text Example
White with #4F3C75
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4F3C75; }
p { color: rgb(79,60,117); }
H1.HeaderClassName
{
color: #4F3C75;
}
.AnyTagClassName
{
color: #4F3C75;
}
</style>
background-color css
<style>
a { background-color: #4F3C75; }
a { background-color: rgb(79,60,117); }
div.DivClassName
{
background-color: #4F3C75;
}
.BgClassName
{
background-color: #4F3C75;
}
</style>
border-color css
<style>
span { border-color: #4F3C75; }
span { border-color: rgb(79,60,117); }
td.TdClassName
{
border-color: #4F3C75;
}
.TagClassName
{
border-color: #4F3C75;
}
</style>