Shades of Meteorite #4B3A6A
Tints of Meteorite #4B3A6A
RGB
CMYK
RGB Variations
Color information
#4B3A6A (or 0x4B3A6A) is known color: Meteorite. HEX triplet: 4B, 3A and 6A. RGB value is (75,58,106). Sum of RGB (Red+Green+Blue) = 75+58+106=239 (31% of max value = 765). Red value is 75 (29.69% from 255 or 31.38% from 239); Green value is 58 (23.05% from 255 or 24.27% from 239); Blue value is 106 (41.80% from 255 or 44.35% from 239); Max value from RGB is 106 - color contains mainly: blue. Hex color #4B3A6A is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #4B3A6A is #B4C595. Grayscale: #444444. Windows color (decimal): -11847062 or 6961739. OLE color: 6961739.
HSL color Cylindrical-coordinate representation of color #4B3A6A: hue angle of 261.25º degrees, saturation: 0.29, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #4B3A6A is Cyan = 0.29, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 75 | 58 | 106 | - |
| CMYK | 0.29 | 0.45 | 0 | 0.58 |
| HSL | 261.25º | 0.29% | 0.32% | - |
| HSV(B) | 261.25º | 0.45% | 0.42% | - |
| XYZ | 7.02 | 5.56 | 14.34 | - |
| YUV | 68.56 | 149.13 | 132.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 58 | 106 | 0.29 | 0.45 | 0 | 0.58 | 261.25 | 0.29 | 0.32 |
| Hex | 4B | 3A | 6A | 1D | 2D | 0 | 3A | 105 | 1D | 20 |
| Octal | 113 | 72 | 152 | 35 | 55 | 0 | 72 | 405 | 35 | 40 |
| Binary | 1001011 | 111010 | 1101010 | 11101 | 101101 | 0 | 111010 | 100000101 | 11101 | 100000 |
Color Harmonies of #4B3A6A
Complementary color
Monochromatic Colors of #4B3A6A
Black with #4B3A6A
Text Example
Text Example
White with #4B3A6A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4B3A6A; }
p { color: rgb(75,58,106); }
H1.HeaderClassName
{
color: #4B3A6A;
}
.AnyTagClassName
{
color: #4B3A6A;
}
</style>
background-color css
<style>
a { background-color: #4B3A6A; }
a { background-color: rgb(75,58,106); }
div.DivClassName
{
background-color: #4B3A6A;
}
.BgClassName
{
background-color: #4B3A6A;
}
</style>
border-color css
<style>
span { border-color: #4B3A6A; }
span { border-color: rgb(75,58,106); }
td.TdClassName
{
border-color: #4B3A6A;
}
.TagClassName
{
border-color: #4B3A6A;
}
</style>