Shades of Meteorite #4B3961
Tints of Meteorite #4B3961
RGB
CMYK
RGB Variations
Color information
#4B3961 (or 0x4B3961) is known color: Meteorite. HEX triplet: 4B, 39 and 61. RGB value is (75,57,97). Sum of RGB (Red+Green+Blue) = 75+57+97=229 (30% of max value = 765). Red value is 75 (29.69% from 255 or 32.75% from 229); Green value is 57 (22.66% from 255 or 24.89% from 229); Blue value is 97 (38.28% from 255 or 42.36% from 229); Max value from RGB is 97 - color contains mainly: blue. Hex color #4B3961 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #4B3961 is #B4C69E. Grayscale: #424242. Windows color (decimal): -11847327 or 6371659. OLE color: 6371659.
HSL color Cylindrical-coordinate representation of color #4B3961: hue angle of 267º degrees, saturation: 0.26, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #4B3961 is Cyan = 0.23, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 75 | 57 | 97 | - |
| CMYK | 0.23 | 0.41 | 0 | 0.62 |
| HSL | 267º | 0.26% | 0.3% | - |
| HSV(B) | 267º | 0.41% | 0.38% | - |
| XYZ | 6.52 | 5.29 | 11.99 | - |
| YUV | 66.94 | 144.96 | 133.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 57 | 97 | 0.23 | 0.41 | 0 | 0.62 | 267 | 0.26 | 0.3 |
| Hex | 4B | 39 | 61 | 17 | 29 | 0 | 3E | 10B | 1A | 1E |
| Octal | 113 | 71 | 141 | 27 | 51 | 0 | 76 | 413 | 32 | 36 |
| Binary | 1001011 | 111001 | 1100001 | 10111 | 101001 | 0 | 111110 | 100001011 | 11010 | 11110 |
Color Harmonies of #4B3961
Complementary color
Monochromatic Colors of #4B3961
Black with #4B3961
Text Example
Text Example
White with #4B3961
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4B3961; }
p { color: rgb(75,57,97); }
H1.HeaderClassName
{
color: #4B3961;
}
.AnyTagClassName
{
color: #4B3961;
}
</style>
background-color css
<style>
a { background-color: #4B3961; }
a { background-color: rgb(75,57,97); }
div.DivClassName
{
background-color: #4B3961;
}
.BgClassName
{
background-color: #4B3961;
}
</style>
border-color css
<style>
span { border-color: #4B3961; }
span { border-color: rgb(75,57,97); }
td.TdClassName
{
border-color: #4B3961;
}
.TagClassName
{
border-color: #4B3961;
}
</style>