Shades of Meteorite #4B3870
Tints of Meteorite #4B3870
RGB
CMYK
RGB Variations
Color information
#4B3870 (or 0x4B3870) is known color: Meteorite. HEX triplet: 4B, 38 and 70. RGB value is (75,56,112). Sum of RGB (Red+Green+Blue) = 75+56+112=243 (32% of max value = 765). Red value is 75 (29.69% from 255 or 30.86% from 243); Green value is 56 (22.27% from 255 or 23.05% from 243); Blue value is 112 (44.14% from 255 or 46.09% from 243); Max value from RGB is 112 - color contains mainly: blue. Hex color #4B3870 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #4B3870 is #B4C78F. Grayscale: #434343. Windows color (decimal): -11847568 or 7354443. OLE color: 7354443.
HSL color Cylindrical-coordinate representation of color #4B3870: hue angle of 260.36º degrees, saturation: 0.33, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #4B3870 is Cyan = 0.33, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 75 | 56 | 112 | - |
| CMYK | 0.33 | 0.50 | 0 | 0.56 |
| HSL | 260.36º | 0.33% | 0.33% | - |
| HSV(B) | 260.36º | 0.5% | 0.44% | - |
| XYZ | 7.24 | 5.49 | 16.01 | - |
| YUV | 68.07 | 152.79 | 132.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 56 | 112 | 0.33 | 0.50 | 0 | 0.56 | 260.36 | 0.33 | 0.33 |
| Hex | 4B | 38 | 70 | 21 | 32 | 0 | 38 | 104 | 21 | 21 |
| Octal | 113 | 70 | 160 | 41 | 62 | 0 | 70 | 404 | 41 | 41 |
| Binary | 1001011 | 111000 | 1110000 | 100001 | 110010 | 0 | 111000 | 100000100 | 100001 | 100001 |
Color Harmonies of #4B3870
Complementary color
Monochromatic Colors of #4B3870
Black with #4B3870
Text Example
Text Example
White with #4B3870
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4B3870; }
p { color: rgb(75,56,112); }
H1.HeaderClassName
{
color: #4B3870;
}
.AnyTagClassName
{
color: #4B3870;
}
</style>
background-color css
<style>
a { background-color: #4B3870; }
a { background-color: rgb(75,56,112); }
div.DivClassName
{
background-color: #4B3870;
}
.BgClassName
{
background-color: #4B3870;
}
</style>
border-color css
<style>
span { border-color: #4B3870; }
span { border-color: rgb(75,56,112); }
td.TdClassName
{
border-color: #4B3870;
}
.TagClassName
{
border-color: #4B3870;
}
</style>