Shades of Meteorite #4B3A5F
Tints of Meteorite #4B3A5F
RGB
CMYK
RGB Variations
Color information
#4B3A5F (or 0x4B3A5F) is known color: Meteorite. HEX triplet: 4B, 3A and 5F. RGB value is (75,58,95). Sum of RGB (Red+Green+Blue) = 75+58+95=228 (30% of max value = 765). Red value is 75 (29.69% from 255 or 32.89% from 228); Green value is 58 (23.05% from 255 or 25.44% from 228); Blue value is 95 (37.5% from 255 or 41.67% from 228); Max value from RGB is 95 - color contains mainly: blue. Hex color #4B3A5F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #4B3A5F is #B4C5A0. Grayscale: #434343. Windows color (decimal): -11847073 or 6240843. OLE color: 6240843.
HSL color Cylindrical-coordinate representation of color #4B3A5F: hue angle of 267.57º degrees, saturation: 0.24, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #4B3A5F is Cyan = 0.21, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 75 | 58 | 95 | - |
| CMYK | 0.21 | 0.39 | 0 | 0.63 |
| HSL | 267.57º | 0.24% | 0.3% | - |
| HSV(B) | 267.57º | 0.39% | 0.37% | - |
| XYZ | 6.48 | 5.35 | 11.52 | - |
| YUV | 67.3 | 143.63 | 133.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 58 | 95 | 0.21 | 0.39 | 0 | 0.63 | 267.57 | 0.24 | 0.3 |
| Hex | 4B | 3A | 5F | 15 | 27 | 0 | 3F | 10C | 18 | 1E |
| Octal | 113 | 72 | 137 | 25 | 47 | 0 | 77 | 414 | 30 | 36 |
| Binary | 1001011 | 111010 | 1011111 | 10101 | 100111 | 0 | 111111 | 100001100 | 11000 | 11110 |
Color Harmonies of #4B3A5F
Complementary color
Monochromatic Colors of #4B3A5F
Black with #4B3A5F
Text Example
Text Example
White with #4B3A5F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4B3A5F; }
p { color: rgb(75,58,95); }
H1.HeaderClassName
{
color: #4B3A5F;
}
.AnyTagClassName
{
color: #4B3A5F;
}
</style>
background-color css
<style>
a { background-color: #4B3A5F; }
a { background-color: rgb(75,58,95); }
div.DivClassName
{
background-color: #4B3A5F;
}
.BgClassName
{
background-color: #4B3A5F;
}
</style>
border-color css
<style>
span { border-color: #4B3A5F; }
span { border-color: rgb(75,58,95); }
td.TdClassName
{
border-color: #4B3A5F;
}
.TagClassName
{
border-color: #4B3A5F;
}
</style>