Shades of Meteorite #4B3965
Tints of Meteorite #4B3965
RGB
CMYK
RGB Variations
Color information
#4B3965 (or 0x4B3965) is known color: Meteorite. HEX triplet: 4B, 39 and 65. RGB value is (75,57,101). Sum of RGB (Red+Green+Blue) = 75+57+101=233 (30% of max value = 765). Red value is 75 (29.69% from 255 or 32.19% from 233); Green value is 57 (22.66% from 255 or 24.46% from 233); Blue value is 101 (39.84% from 255 or 43.35% from 233); Max value from RGB is 101 - color contains mainly: blue. Hex color #4B3965 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #4B3965 is #B4C69A. Grayscale: #434343. Windows color (decimal): -11847323 or 6633803. OLE color: 6633803.
HSL color Cylindrical-coordinate representation of color #4B3965: hue angle of 264.55º degrees, saturation: 0.28, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #4B3965 is Cyan = 0.26, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 75 | 57 | 101 | - |
| CMYK | 0.26 | 0.44 | 0 | 0.60 |
| HSL | 264.55º | 0.28% | 0.31% | - |
| HSV(B) | 264.55º | 0.44% | 0.4% | - |
| XYZ | 6.71 | 5.36 | 12.99 | - |
| YUV | 67.4 | 146.96 | 133.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 57 | 101 | 0.26 | 0.44 | 0 | 0.60 | 264.55 | 0.28 | 0.31 |
| Hex | 4B | 39 | 65 | 1A | 2C | 0 | 3C | 109 | 1C | 1F |
| Octal | 113 | 71 | 145 | 32 | 54 | 0 | 74 | 411 | 34 | 37 |
| Binary | 1001011 | 111001 | 1100101 | 11010 | 101100 | 0 | 111100 | 100001001 | 11100 | 11111 |
Color Harmonies of #4B3965
Complementary color
Monochromatic Colors of #4B3965
Black with #4B3965
Text Example
Text Example
White with #4B3965
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4B3965; }
p { color: rgb(75,57,101); }
H1.HeaderClassName
{
color: #4B3965;
}
.AnyTagClassName
{
color: #4B3965;
}
</style>
background-color css
<style>
a { background-color: #4B3965; }
a { background-color: rgb(75,57,101); }
div.DivClassName
{
background-color: #4B3965;
}
.BgClassName
{
background-color: #4B3965;
}
</style>
border-color css
<style>
span { border-color: #4B3965; }
span { border-color: rgb(75,57,101); }
td.TdClassName
{
border-color: #4B3965;
}
.TagClassName
{
border-color: #4B3965;
}
</style>