Shades of Meteorite #4B366D
Tints of Meteorite #4B366D
RGB
CMYK
RGB Variations
Color information
#4B366D (or 0x4B366D) is known color: Meteorite. HEX triplet: 4B, 36 and 6D. RGB value is (75,54,109). Sum of RGB (Red+Green+Blue) = 75+54+109=238 (31% of max value = 765). Red value is 75 (29.69% from 255 or 31.51% from 238); Green value is 54 (21.48% from 255 or 22.69% from 238); Blue value is 109 (42.97% from 255 or 45.80% from 238); Max value from RGB is 109 - color contains mainly: blue. Hex color #4B366D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #4B366D is #B4C992. Grayscale: #424242. Windows color (decimal): -11848083 or 7157323. OLE color: 7157323.
HSL color Cylindrical-coordinate representation of color #4B366D: hue angle of 262.91º degrees, saturation: 0.34, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #4B366D is Cyan = 0.31, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 75 | 54 | 109 | - |
| CMYK | 0.31 | 0.50 | 0 | 0.57 |
| HSL | 262.91º | 0.34% | 0.32% | - |
| HSV(B) | 262.91º | 0.5% | 0.43% | - |
| XYZ | 6.98 | 5.24 | 15.11 | - |
| YUV | 66.55 | 151.96 | 134.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 54 | 109 | 0.31 | 0.50 | 0 | 0.57 | 262.91 | 0.34 | 0.32 |
| Hex | 4B | 36 | 6D | 1F | 32 | 0 | 39 | 107 | 22 | 20 |
| Octal | 113 | 66 | 155 | 37 | 62 | 0 | 71 | 407 | 42 | 40 |
| Binary | 1001011 | 110110 | 1101101 | 11111 | 110010 | 0 | 111001 | 100000111 | 100010 | 100000 |
Color Harmonies of #4B366D
Complementary color
Monochromatic Colors of #4B366D
Black with #4B366D
Text Example
Text Example
White with #4B366D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4B366D; }
p { color: rgb(75,54,109); }
H1.HeaderClassName
{
color: #4B366D;
}
.AnyTagClassName
{
color: #4B366D;
}
</style>
background-color css
<style>
a { background-color: #4B366D; }
a { background-color: rgb(75,54,109); }
div.DivClassName
{
background-color: #4B366D;
}
.BgClassName
{
background-color: #4B366D;
}
</style>
border-color css
<style>
span { border-color: #4B366D; }
span { border-color: rgb(75,54,109); }
td.TdClassName
{
border-color: #4B366D;
}
.TagClassName
{
border-color: #4B366D;
}
</style>