Shades of Meteorite #4B3E69
Tints of Meteorite #4B3E69
RGB
CMYK
RGB Variations
Color information
#4B3E69 (or 0x4B3E69) is known color: Meteorite. HEX triplet: 4B, 3E and 69. RGB value is (75,62,105). Sum of RGB (Red+Green+Blue) = 75+62+105=242 (32% of max value = 765). Red value is 75 (29.69% from 255 or 30.99% from 242); Green value is 62 (24.61% from 255 or 25.62% from 242); Blue value is 105 (41.41% from 255 or 43.39% from 242); Max value from RGB is 105 - color contains mainly: blue. Hex color #4B3E69 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #4B3E69 is #B4C196. Grayscale: #464646. Windows color (decimal): -11846039 or 6897227. OLE color: 6897227.
HSL color Cylindrical-coordinate representation of color #4B3E69: hue angle of 258.14º degrees, saturation: 0.26, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #4B3E69 is Cyan = 0.29, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 75 | 62 | 105 | - |
| CMYK | 0.29 | 0.41 | 0 | 0.59 |
| HSL | 258.14º | 0.26% | 0.33% | - |
| HSV(B) | 258.14º | 0.41% | 0.41% | - |
| XYZ | 7.17 | 5.96 | 14.14 | - |
| YUV | 70.79 | 147.31 | 131 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 62 | 105 | 0.29 | 0.41 | 0 | 0.59 | 258.14 | 0.26 | 0.33 |
| Hex | 4B | 3E | 69 | 1D | 29 | 0 | 3B | 102 | 1A | 21 |
| Octal | 113 | 76 | 151 | 35 | 51 | 0 | 73 | 402 | 32 | 41 |
| Binary | 1001011 | 111110 | 1101001 | 11101 | 101001 | 0 | 111011 | 100000010 | 11010 | 100001 |
Color Harmonies of #4B3E69
Complementary color
Monochromatic Colors of #4B3E69
Black with #4B3E69
Text Example
Text Example
White with #4B3E69
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4B3E69; }
p { color: rgb(75,62,105); }
H1.HeaderClassName
{
color: #4B3E69;
}
.AnyTagClassName
{
color: #4B3E69;
}
</style>
background-color css
<style>
a { background-color: #4B3E69; }
a { background-color: rgb(75,62,105); }
div.DivClassName
{
background-color: #4B3E69;
}
.BgClassName
{
background-color: #4B3E69;
}
</style>
border-color css
<style>
span { border-color: #4B3E69; }
span { border-color: rgb(75,62,105); }
td.TdClassName
{
border-color: #4B3E69;
}
.TagClassName
{
border-color: #4B3E69;
}
</style>