Shades of Meteorite #4B3A75
Tints of Meteorite #4B3A75
RGB
CMYK
RGB Variations
Color information
#4B3A75 (or 0x4B3A75) is known color: Meteorite. HEX triplet: 4B, 3A and 75. RGB value is (75,58,117). Sum of RGB (Red+Green+Blue) = 75+58+117=250 (33% of max value = 765). Red value is 75 (29.69% from 255 or 30% from 250); Green value is 58 (23.05% from 255 or 23.2% from 250); Blue value is 117 (46.09% from 255 or 46.8% from 250); Max value from RGB is 117 - color contains mainly: blue. Hex color #4B3A75 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #4B3A75 is #B4C58A. Grayscale: #454545. Windows color (decimal): -11847051 or 7682635. OLE color: 7682635.
HSL color Cylindrical-coordinate representation of color #4B3A75: hue angle of 257.29º degrees, saturation: 0.34, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #4B3A75 is Cyan = 0.36, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 75 | 58 | 117 | - |
| CMYK | 0.36 | 0.50 | 0 | 0.54 |
| HSL | 257.29º | 0.34% | 0.34% | - |
| HSV(B) | 257.29º | 0.5% | 0.46% | - |
| XYZ | 7.63 | 5.81 | 17.55 | - |
| YUV | 69.81 | 154.63 | 131.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 58 | 117 | 0.36 | 0.50 | 0 | 0.54 | 257.29 | 0.34 | 0.34 |
| Hex | 4B | 3A | 75 | 24 | 32 | 0 | 36 | 101 | 22 | 22 |
| Octal | 113 | 72 | 165 | 44 | 62 | 0 | 66 | 401 | 42 | 42 |
| Binary | 1001011 | 111010 | 1110101 | 100100 | 110010 | 0 | 110110 | 100000001 | 100010 | 100010 |
Color Harmonies of #4B3A75
Complementary color
Monochromatic Colors of #4B3A75
Black with #4B3A75
Text Example
Text Example
White with #4B3A75
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4B3A75; }
p { color: rgb(75,58,117); }
H1.HeaderClassName
{
color: #4B3A75;
}
.AnyTagClassName
{
color: #4B3A75;
}
</style>
background-color css
<style>
a { background-color: #4B3A75; }
a { background-color: rgb(75,58,117); }
div.DivClassName
{
background-color: #4B3A75;
}
.BgClassName
{
background-color: #4B3A75;
}
</style>
border-color css
<style>
span { border-color: #4B3A75; }
span { border-color: rgb(75,58,117); }
td.TdClassName
{
border-color: #4B3A75;
}
.TagClassName
{
border-color: #4B3A75;
}
</style>