Shades of Meteorite #4B3566
Tints of Meteorite #4B3566
RGB
CMYK
RGB Variations
Color information
#4B3566 (or 0x4B3566) is known color: Meteorite. HEX triplet: 4B, 35 and 66. RGB value is (75,53,102). Sum of RGB (Red+Green+Blue) = 75+53+102=230 (30% of max value = 765). Red value is 75 (29.69% from 255 or 32.61% from 230); Green value is 53 (21.09% from 255 or 23.04% from 230); Blue value is 102 (40.23% from 255 or 44.35% from 230); Max value from RGB is 102 - color contains mainly: blue. Hex color #4B3566 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #4B3566 is #B4CA99. Grayscale: #404040. Windows color (decimal): -11848346 or 6698315. OLE color: 6698315.
HSL color Cylindrical-coordinate representation of color #4B3566: hue angle of 266.94º degrees, saturation: 0.32, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #4B3566 is Cyan = 0.26, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 75 | 53 | 102 | - |
| CMYK | 0.26 | 0.48 | 0 | 0.6 |
| HSL | 266.94º | 0.32% | 0.3% | - |
| HSV(B) | 266.94º | 0.48% | 0.4% | - |
| XYZ | 6.57 | 5 | 13.19 | - |
| YUV | 65.16 | 148.79 | 135.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 53 | 102 | 0.26 | 0.48 | 0 | 0.6 | 266.94 | 0.32 | 0.3 |
| Hex | 4B | 35 | 66 | 1A | 30 | 0 | 3C | 10B | 20 | 1E |
| Octal | 113 | 65 | 146 | 32 | 60 | 0 | 74 | 413 | 40 | 36 |
| Binary | 1001011 | 110101 | 1100110 | 11010 | 110000 | 0 | 111100 | 100001011 | 100000 | 11110 |
Color Harmonies of #4B3566
Complementary color
Monochromatic Colors of #4B3566
Black with #4B3566
Text Example
Text Example
White with #4B3566
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4B3566; }
p { color: rgb(75,53,102); }
H1.HeaderClassName
{
color: #4B3566;
}
.AnyTagClassName
{
color: #4B3566;
}
</style>
background-color css
<style>
a { background-color: #4B3566; }
a { background-color: rgb(75,53,102); }
div.DivClassName
{
background-color: #4B3566;
}
.BgClassName
{
background-color: #4B3566;
}
</style>
border-color css
<style>
span { border-color: #4B3566; }
span { border-color: rgb(75,53,102); }
td.TdClassName
{
border-color: #4B3566;
}
.TagClassName
{
border-color: #4B3566;
}
</style>