Shades of Meteorite #4B385F
Tints of Meteorite #4B385F
RGB
CMYK
RGB Variations
Color information
#4B385F (or 0x4B385F) is known color: Meteorite. HEX triplet: 4B, 38 and 5F. RGB value is (75,56,95). Sum of RGB (Red+Green+Blue) = 75+56+95=226 (29% of max value = 765). Red value is 75 (29.69% from 255 or 33.19% from 226); Green value is 56 (22.27% from 255 or 24.78% from 226); Blue value is 95 (37.5% from 255 or 42.04% from 226); Max value from RGB is 95 - color contains mainly: blue. Hex color #4B385F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #4B385F is #B4C7A0. Grayscale: #414141. Windows color (decimal): -11847585 or 6240331. OLE color: 6240331.
HSL color Cylindrical-coordinate representation of color #4B385F: hue angle of 269.23º degrees, saturation: 0.26, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #4B385F is Cyan = 0.21, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 75 | 56 | 95 | - |
| CMYK | 0.21 | 0.41 | 0 | 0.63 |
| HSL | 269.23º | 0.26% | 0.3% | - |
| HSV(B) | 269.23º | 0.41% | 0.37% | - |
| XYZ | 6.38 | 5.15 | 11.48 | - |
| YUV | 66.13 | 144.29 | 134.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 56 | 95 | 0.21 | 0.41 | 0 | 0.63 | 269.23 | 0.26 | 0.3 |
| Hex | 4B | 38 | 5F | 15 | 29 | 0 | 3F | 10D | 1A | 1E |
| Octal | 113 | 70 | 137 | 25 | 51 | 0 | 77 | 415 | 32 | 36 |
| Binary | 1001011 | 111000 | 1011111 | 10101 | 101001 | 0 | 111111 | 100001101 | 11010 | 11110 |
Color Harmonies of #4B385F
Complementary color
Monochromatic Colors of #4B385F
Black with #4B385F
Text Example
Text Example
White with #4B385F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4B385F; }
p { color: rgb(75,56,95); }
H1.HeaderClassName
{
color: #4B385F;
}
.AnyTagClassName
{
color: #4B385F;
}
</style>
background-color css
<style>
a { background-color: #4B385F; }
a { background-color: rgb(75,56,95); }
div.DivClassName
{
background-color: #4B385F;
}
.BgClassName
{
background-color: #4B385F;
}
</style>
border-color css
<style>
span { border-color: #4B385F; }
span { border-color: rgb(75,56,95); }
td.TdClassName
{
border-color: #4B385F;
}
.TagClassName
{
border-color: #4B385F;
}
</style>