Shades of Meteorite #4B3770
Tints of Meteorite #4B3770
RGB
CMYK
RGB Variations
Color information
#4B3770 (or 0x4B3770) is known color: Meteorite. HEX triplet: 4B, 37 and 70. RGB value is (75,55,112). Sum of RGB (Red+Green+Blue) = 75+55+112=242 (32% of max value = 765). Red value is 75 (29.69% from 255 or 30.99% from 242); Green value is 55 (21.88% from 255 or 22.73% from 242); Blue value is 112 (44.14% from 255 or 46.28% from 242); Max value from RGB is 112 - color contains mainly: blue. Hex color #4B3770 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #4B3770 is #B4C88F. Grayscale: #434343. Windows color (decimal): -11847824 or 7354187. OLE color: 7354187.
HSL color Cylindrical-coordinate representation of color #4B3770: hue angle of 261.05º degrees, saturation: 0.34, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #4B3770 is Cyan = 0.33, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 75 | 55 | 112 | - |
| CMYK | 0.33 | 0.51 | 0 | 0.56 |
| HSL | 261.05º | 0.34% | 0.33% | - |
| HSV(B) | 261.05º | 0.51% | 0.44% | - |
| XYZ | 7.19 | 5.4 | 15.99 | - |
| YUV | 67.48 | 153.13 | 133.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 55 | 112 | 0.33 | 0.51 | 0 | 0.56 | 261.05 | 0.34 | 0.33 |
| Hex | 4B | 37 | 70 | 21 | 33 | 0 | 38 | 105 | 22 | 21 |
| Octal | 113 | 67 | 160 | 41 | 63 | 0 | 70 | 405 | 42 | 41 |
| Binary | 1001011 | 110111 | 1110000 | 100001 | 110011 | 0 | 111000 | 100000101 | 100010 | 100001 |
Color Harmonies of #4B3770
Complementary color
Monochromatic Colors of #4B3770
Black with #4B3770
Text Example
Text Example
White with #4B3770
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4B3770; }
p { color: rgb(75,55,112); }
H1.HeaderClassName
{
color: #4B3770;
}
.AnyTagClassName
{
color: #4B3770;
}
</style>
background-color css
<style>
a { background-color: #4B3770; }
a { background-color: rgb(75,55,112); }
div.DivClassName
{
background-color: #4B3770;
}
.BgClassName
{
background-color: #4B3770;
}
</style>
border-color css
<style>
span { border-color: #4B3770; }
span { border-color: rgb(75,55,112); }
td.TdClassName
{
border-color: #4B3770;
}
.TagClassName
{
border-color: #4B3770;
}
</style>