Shades of Meteorite #4B3E62
Tints of Meteorite #4B3E62
RGB
CMYK
RGB Variations
Color information
#4B3E62 (or 0x4B3E62) is known color: Meteorite. HEX triplet: 4B, 3E and 62. RGB value is (75,62,98). Sum of RGB (Red+Green+Blue) = 75+62+98=235 (31% of max value = 765). Red value is 75 (29.69% from 255 or 31.91% from 235); Green value is 62 (24.61% from 255 or 26.38% from 235); Blue value is 98 (38.67% from 255 or 41.70% from 235); Max value from RGB is 98 - color contains mainly: blue. Hex color #4B3E62 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #4B3E62 is #B4C19D. Grayscale: #454545. Windows color (decimal): -11846046 or 6438475. OLE color: 6438475.
HSL color Cylindrical-coordinate representation of color #4B3E62: hue angle of 261.67º degrees, saturation: 0.22, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #4B3E62 is Cyan = 0.23, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 75 | 62 | 98 | - |
| CMYK | 0.23 | 0.37 | 0 | 0.62 |
| HSL | 261.67º | 0.23% | 0.31% | - |
| HSV(B) | 261.67º | 0.37% | 0.38% | - |
| XYZ | 6.83 | 5.82 | 12.32 | - |
| YUV | 69.99 | 143.81 | 131.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 62 | 98 | 0.23 | 0.37 | 0 | 0.62 | 261.67 | 0.23 | 0.31 |
| Hex | 4B | 3E | 62 | 17 | 25 | 0 | 3E | 106 | 16 | 1F |
| Octal | 113 | 76 | 142 | 27 | 45 | 0 | 76 | 406 | 26 | 37 |
| Binary | 1001011 | 111110 | 1100010 | 10111 | 100101 | 0 | 111110 | 100000110 | 10110 | 11111 |
Color Harmonies of #4B3E62
Complementary color
Monochromatic Colors of #4B3E62
Black with #4B3E62
Text Example
Text Example
White with #4B3E62
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4B3E62; }
p { color: rgb(75,62,98); }
H1.HeaderClassName
{
color: #4B3E62;
}
.AnyTagClassName
{
color: #4B3E62;
}
</style>
background-color css
<style>
a { background-color: #4B3E62; }
a { background-color: rgb(75,62,98); }
div.DivClassName
{
background-color: #4B3E62;
}
.BgClassName
{
background-color: #4B3E62;
}
</style>
border-color css
<style>
span { border-color: #4B3E62; }
span { border-color: rgb(75,62,98); }
td.TdClassName
{
border-color: #4B3E62;
}
.TagClassName
{
border-color: #4B3E62;
}
</style>