Shades of Meteorite #4B3C71
Tints of Meteorite #4B3C71
RGB
CMYK
RGB Variations
Color information
#4B3C71 (or 0x4B3C71) is known color: Meteorite. HEX triplet: 4B, 3C and 71. RGB value is (75,60,113). Sum of RGB (Red+Green+Blue) = 75+60+113=248 (32% of max value = 765). Red value is 75 (29.69% from 255 or 30.24% from 248); Green value is 60 (23.83% from 255 or 24.19% from 248); Blue value is 113 (44.53% from 255 or 45.56% from 248); Max value from RGB is 113 - color contains mainly: blue. Hex color #4B3C71 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #4B3C71 is #B4C38E. Grayscale: #464646. Windows color (decimal): -11846543 or 7421003. OLE color: 7421003.
HSL color Cylindrical-coordinate representation of color #4B3C71: hue angle of 256.98º degrees, saturation: 0.31, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #4B3C71 is Cyan = 0.34, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 75 | 60 | 113 | - |
| CMYK | 0.34 | 0.47 | 0 | 0.56 |
| HSL | 256.98º | 0.31% | 0.34% | - |
| HSV(B) | 256.98º | 0.47% | 0.44% | - |
| XYZ | 7.5 | 5.92 | 16.37 | - |
| YUV | 70.53 | 151.97 | 131.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 60 | 113 | 0.34 | 0.47 | 0 | 0.56 | 256.98 | 0.31 | 0.34 |
| Hex | 4B | 3C | 71 | 22 | 2F | 0 | 38 | 101 | 1F | 22 |
| Octal | 113 | 74 | 161 | 42 | 57 | 0 | 70 | 401 | 37 | 42 |
| Binary | 1001011 | 111100 | 1110001 | 100010 | 101111 | 0 | 111000 | 100000001 | 11111 | 100010 |
Color Harmonies of #4B3C71
Complementary color
Monochromatic Colors of #4B3C71
Black with #4B3C71
Text Example
Text Example
White with #4B3C71
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4B3C71; }
p { color: rgb(75,60,113); }
H1.HeaderClassName
{
color: #4B3C71;
}
.AnyTagClassName
{
color: #4B3C71;
}
</style>
background-color css
<style>
a { background-color: #4B3C71; }
a { background-color: rgb(75,60,113); }
div.DivClassName
{
background-color: #4B3C71;
}
.BgClassName
{
background-color: #4B3C71;
}
</style>
border-color css
<style>
span { border-color: #4B3C71; }
span { border-color: rgb(75,60,113); }
td.TdClassName
{
border-color: #4B3C71;
}
.TagClassName
{
border-color: #4B3C71;
}
</style>