Shades of Meteorite #4B405F
Tints of Meteorite #4B405F
RGB
CMYK
RGB Variations
Color information
#4B405F (or 0x4B405F) is known color: Meteorite. HEX triplet: 4B, 40 and 5F. RGB value is (75,64,95). Sum of RGB (Red+Green+Blue) = 75+64+95=234 (30% of max value = 765). Red value is 75 (29.69% from 255 or 32.05% from 234); Green value is 64 (25.39% from 255 or 27.35% from 234); Blue value is 95 (37.5% from 255 or 40.60% from 234); Max value from RGB is 95 - color contains mainly: blue. Hex color #4B405F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #4B405F is #B4BFA0. Grayscale: #464646. Windows color (decimal): -11845537 or 6242379. OLE color: 6242379.
HSL color Cylindrical-coordinate representation of color #4B405F: hue angle of 261.29º degrees, saturation: 0.19, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #4B405F is Cyan = 0.21, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 75 | 64 | 95 | - |
| CMYK | 0.21 | 0.33 | 0 | 0.63 |
| HSL | 261.29º | 0.19% | 0.31% | - |
| HSV(B) | 261.29º | 0.33% | 0.37% | - |
| XYZ | 6.8 | 5.99 | 11.62 | - |
| YUV | 70.82 | 141.64 | 130.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 64 | 95 | 0.21 | 0.33 | 0 | 0.63 | 261.29 | 0.19 | 0.31 |
| Hex | 4B | 40 | 5F | 15 | 21 | 0 | 3F | 105 | 13 | 1F |
| Octal | 113 | 100 | 137 | 25 | 41 | 0 | 77 | 405 | 23 | 37 |
| Binary | 1001011 | 1000000 | 1011111 | 10101 | 100001 | 0 | 111111 | 100000101 | 10011 | 11111 |
Color Harmonies of #4B405F
Complementary color
Monochromatic Colors of #4B405F
Black with #4B405F
Text Example
Text Example
White with #4B405F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4B405F; }
p { color: rgb(75,64,95); }
H1.HeaderClassName
{
color: #4B405F;
}
.AnyTagClassName
{
color: #4B405F;
}
</style>
background-color css
<style>
a { background-color: #4B405F; }
a { background-color: rgb(75,64,95); }
div.DivClassName
{
background-color: #4B405F;
}
.BgClassName
{
background-color: #4B405F;
}
</style>
border-color css
<style>
span { border-color: #4B405F; }
span { border-color: rgb(75,64,95); }
td.TdClassName
{
border-color: #4B405F;
}
.TagClassName
{
border-color: #4B405F;
}
</style>