Shades of Meteorite #4B415E
Tints of Meteorite #4B415E
RGB
CMYK
RGB Variations
Color information
#4B415E (or 0x4B415E) is known color: Meteorite. HEX triplet: 4B, 41 and 5E. RGB value is (75,65,94). Sum of RGB (Red+Green+Blue) = 75+65+94=234 (30% of max value = 765). Red value is 75 (29.69% from 255 or 32.05% from 234); Green value is 65 (25.78% from 255 or 27.78% from 234); Blue value is 94 (37.11% from 255 or 40.17% from 234); Max value from RGB is 94 - color contains mainly: blue. Hex color #4B415E is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #4B415E is #B4BEA1. Grayscale: #474747. Windows color (decimal): -11845282 or 6177099. OLE color: 6177099.
HSL color Cylindrical-coordinate representation of color #4B415E: hue angle of 260.69º degrees, saturation: 0.18, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #4B415E is Cyan = 0.20, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 75 | 65 | 94 | - |
| CMYK | 0.20 | 0.31 | 0 | 0.63 |
| HSL | 260.69º | 0.18% | 0.31% | - |
| HSV(B) | 260.69º | 0.31% | 0.37% | - |
| XYZ | 6.81 | 6.08 | 11.41 | - |
| YUV | 71.3 | 140.81 | 130.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 65 | 94 | 0.20 | 0.31 | 0 | 0.63 | 260.69 | 0.18 | 0.31 |
| Hex | 4B | 41 | 5E | 14 | 1F | 0 | 3F | 105 | 12 | 1F |
| Octal | 113 | 101 | 136 | 24 | 37 | 0 | 77 | 405 | 22 | 37 |
| Binary | 1001011 | 1000001 | 1011110 | 10100 | 11111 | 0 | 111111 | 100000101 | 10010 | 11111 |
Color Harmonies of #4B415E
Complementary color
Monochromatic Colors of #4B415E
Black with #4B415E
Text Example
Text Example
White with #4B415E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4B415E; }
p { color: rgb(75,65,94); }
H1.HeaderClassName
{
color: #4B415E;
}
.AnyTagClassName
{
color: #4B415E;
}
</style>
background-color css
<style>
a { background-color: #4B415E; }
a { background-color: rgb(75,65,94); }
div.DivClassName
{
background-color: #4B415E;
}
.BgClassName
{
background-color: #4B415E;
}
</style>
border-color css
<style>
span { border-color: #4B415E; }
span { border-color: rgb(75,65,94); }
td.TdClassName
{
border-color: #4B415E;
}
.TagClassName
{
border-color: #4B415E;
}
</style>