Shades of Meteorite #4B3862
Tints of Meteorite #4B3862
RGB
CMYK
RGB Variations
Color information
#4B3862 (or 0x4B3862) is known color: Meteorite. HEX triplet: 4B, 38 and 62. RGB value is (75,56,98). Sum of RGB (Red+Green+Blue) = 75+56+98=229 (30% of max value = 765). Red value is 75 (29.69% from 255 or 32.75% from 229); Green value is 56 (22.27% from 255 or 24.45% from 229); Blue value is 98 (38.67% from 255 or 42.79% from 229); Max value from RGB is 98 - color contains mainly: blue. Hex color #4B3862 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #4B3862 is #B4C79D. Grayscale: #424242. Windows color (decimal): -11847582 or 6436939. OLE color: 6436939.
HSL color Cylindrical-coordinate representation of color #4B3862: hue angle of 267.14º degrees, saturation: 0.27, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #4B3862 is Cyan = 0.23, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 75 | 56 | 98 | - |
| CMYK | 0.23 | 0.43 | 0 | 0.62 |
| HSL | 267.14º | 0.27% | 0.3% | - |
| HSV(B) | 267.14º | 0.43% | 0.38% | - |
| XYZ | 6.52 | 5.21 | 12.22 | - |
| YUV | 66.47 | 145.79 | 134.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 56 | 98 | 0.23 | 0.43 | 0 | 0.62 | 267.14 | 0.27 | 0.3 |
| Hex | 4B | 38 | 62 | 17 | 2B | 0 | 3E | 10B | 1B | 1E |
| Octal | 113 | 70 | 142 | 27 | 53 | 0 | 76 | 413 | 33 | 36 |
| Binary | 1001011 | 111000 | 1100010 | 10111 | 101011 | 0 | 111110 | 100001011 | 11011 | 11110 |
Color Harmonies of #4B3862
Complementary color
Monochromatic Colors of #4B3862
Black with #4B3862
Text Example
Text Example
White with #4B3862
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4B3862; }
p { color: rgb(75,56,98); }
H1.HeaderClassName
{
color: #4B3862;
}
.AnyTagClassName
{
color: #4B3862;
}
</style>
background-color css
<style>
a { background-color: #4B3862; }
a { background-color: rgb(75,56,98); }
div.DivClassName
{
background-color: #4B3862;
}
.BgClassName
{
background-color: #4B3862;
}
</style>
border-color css
<style>
span { border-color: #4B3862; }
span { border-color: rgb(75,56,98); }
td.TdClassName
{
border-color: #4B3862;
}
.TagClassName
{
border-color: #4B3862;
}
</style>