Shades of Meteorite #4B3C79
Tints of Meteorite #4B3C79
RGB
CMYK
RGB Variations
Color information
#4B3C79 (or 0x4B3C79) is known color: Meteorite. HEX triplet: 4B, 3C and 79. RGB value is (75,60,121). Sum of RGB (Red+Green+Blue) = 75+60+121=256 (33% of max value = 765). Red value is 75 (29.69% from 255 or 29.30% from 256); Green value is 60 (23.83% from 255 or 23.44% from 256); Blue value is 121 (47.66% from 255 or 47.27% from 256); Max value from RGB is 121 - color contains mainly: blue. Hex color #4B3C79 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #4B3C79 is #B4C386. Grayscale: #474747. Windows color (decimal): -11846535 or 7945291. OLE color: 7945291.
HSL color Cylindrical-coordinate representation of color #4B3C79: hue angle of 254.75º degrees, saturation: 0.34, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #4B3C79 is Cyan = 0.38, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 75 | 60 | 121 | - |
| CMYK | 0.38 | 0.50 | 0 | 0.53 |
| HSL | 254.75º | 0.34% | 0.35% | - |
| HSV(B) | 254.75º | 0.5% | 0.47% | - |
| XYZ | 7.97 | 6.11 | 18.85 | - |
| YUV | 71.44 | 155.97 | 130.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 60 | 121 | 0.38 | 0.50 | 0 | 0.53 | 254.75 | 0.34 | 0.35 |
| Hex | 4B | 3C | 79 | 26 | 32 | 0 | 35 | FF | 22 | 23 |
| Octal | 113 | 74 | 171 | 46 | 62 | 0 | 65 | 377 | 42 | 43 |
| Binary | 1001011 | 111100 | 1111001 | 100110 | 110010 | 0 | 110101 | 11111111 | 100010 | 100011 |
Color Harmonies of #4B3C79
Complementary color
Monochromatic Colors of #4B3C79
Black with #4B3C79
Text Example
Text Example
White with #4B3C79
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4B3C79; }
p { color: rgb(75,60,121); }
H1.HeaderClassName
{
color: #4B3C79;
}
.AnyTagClassName
{
color: #4B3C79;
}
</style>
background-color css
<style>
a { background-color: #4B3C79; }
a { background-color: rgb(75,60,121); }
div.DivClassName
{
background-color: #4B3C79;
}
.BgClassName
{
background-color: #4B3C79;
}
</style>
border-color css
<style>
span { border-color: #4B3C79; }
span { border-color: rgb(75,60,121); }
td.TdClassName
{
border-color: #4B3C79;
}
.TagClassName
{
border-color: #4B3C79;
}
</style>