Shades of Meteorite #4B3A69
Tints of Meteorite #4B3A69
RGB
CMYK
RGB Variations
Color information
#4B3A69 (or 0x4B3A69) is known color: Meteorite. HEX triplet: 4B, 3A and 69. RGB value is (75,58,105). Sum of RGB (Red+Green+Blue) = 75+58+105=238 (31% of max value = 765). Red value is 75 (29.69% from 255 or 31.51% from 238); Green value is 58 (23.05% from 255 or 24.37% from 238); Blue value is 105 (41.41% from 255 or 44.12% from 238); Max value from RGB is 105 - color contains mainly: blue. Hex color #4B3A69 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #4B3A69 is #B4C596. Grayscale: #444444. Windows color (decimal): -11847063 or 6896203. OLE color: 6896203.
HSL color Cylindrical-coordinate representation of color #4B3A69: hue angle of 261.7º degrees, saturation: 0.29, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #4B3A69 is Cyan = 0.29, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 75 | 58 | 105 | - |
| CMYK | 0.29 | 0.45 | 0 | 0.59 |
| HSL | 261.7º | 0.29% | 0.32% | - |
| HSV(B) | 261.7º | 0.45% | 0.41% | - |
| XYZ | 6.96 | 5.54 | 14.07 | - |
| YUV | 68.44 | 148.63 | 132.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 58 | 105 | 0.29 | 0.45 | 0 | 0.59 | 261.7 | 0.29 | 0.32 |
| Hex | 4B | 3A | 69 | 1D | 2D | 0 | 3B | 106 | 1D | 20 |
| Octal | 113 | 72 | 151 | 35 | 55 | 0 | 73 | 406 | 35 | 40 |
| Binary | 1001011 | 111010 | 1101001 | 11101 | 101101 | 0 | 111011 | 100000110 | 11101 | 100000 |
Color Harmonies of #4B3A69
Complementary color
Monochromatic Colors of #4B3A69
Black with #4B3A69
Text Example
Text Example
White with #4B3A69
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4B3A69; }
p { color: rgb(75,58,105); }
H1.HeaderClassName
{
color: #4B3A69;
}
.AnyTagClassName
{
color: #4B3A69;
}
</style>
background-color css
<style>
a { background-color: #4B3A69; }
a { background-color: rgb(75,58,105); }
div.DivClassName
{
background-color: #4B3A69;
}
.BgClassName
{
background-color: #4B3A69;
}
</style>
border-color css
<style>
span { border-color: #4B3A69; }
span { border-color: rgb(75,58,105); }
td.TdClassName
{
border-color: #4B3A69;
}
.TagClassName
{
border-color: #4B3A69;
}
</style>