Shades of Meteorite #4B3666
Tints of Meteorite #4B3666
RGB
CMYK
RGB Variations
Color information
#4B3666 (or 0x4B3666) is known color: Meteorite. HEX triplet: 4B, 36 and 66. RGB value is (75,54,102). Sum of RGB (Red+Green+Blue) = 75+54+102=231 (30% of max value = 765). Red value is 75 (29.69% from 255 or 32.47% from 231); Green value is 54 (21.48% from 255 or 23.38% from 231); Blue value is 102 (40.23% from 255 or 44.16% from 231); Max value from RGB is 102 - color contains mainly: blue. Hex color #4B3666 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #4B3666 is #B4C999. Grayscale: #414141. Windows color (decimal): -11848090 or 6698571. OLE color: 6698571.
HSL color Cylindrical-coordinate representation of color #4B3666: hue angle of 266.25º degrees, saturation: 0.31, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #4B3666 is Cyan = 0.26, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 75 | 54 | 102 | - |
| CMYK | 0.26 | 0.47 | 0 | 0.6 |
| HSL | 266.25º | 0.31% | 0.31% | - |
| HSV(B) | 266.25º | 0.47% | 0.4% | - |
| XYZ | 6.62 | 5.09 | 13.2 | - |
| YUV | 65.75 | 148.46 | 134.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 54 | 102 | 0.26 | 0.47 | 0 | 0.6 | 266.25 | 0.31 | 0.31 |
| Hex | 4B | 36 | 66 | 1A | 2F | 0 | 3C | 10A | 1F | 1F |
| Octal | 113 | 66 | 146 | 32 | 57 | 0 | 74 | 412 | 37 | 37 |
| Binary | 1001011 | 110110 | 1100110 | 11010 | 101111 | 0 | 111100 | 100001010 | 11111 | 11111 |
Color Harmonies of #4B3666
Complementary color
Monochromatic Colors of #4B3666
Black with #4B3666
Text Example
Text Example
White with #4B3666
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4B3666; }
p { color: rgb(75,54,102); }
H1.HeaderClassName
{
color: #4B3666;
}
.AnyTagClassName
{
color: #4B3666;
}
</style>
background-color css
<style>
a { background-color: #4B3666; }
a { background-color: rgb(75,54,102); }
div.DivClassName
{
background-color: #4B3666;
}
.BgClassName
{
background-color: #4B3666;
}
</style>
border-color css
<style>
span { border-color: #4B3666; }
span { border-color: rgb(75,54,102); }
td.TdClassName
{
border-color: #4B3666;
}
.TagClassName
{
border-color: #4B3666;
}
</style>