Shades of Meteorite #4B3968
Tints of Meteorite #4B3968
RGB
CMYK
RGB Variations
Color information
#4B3968 (or 0x4B3968) is known color: Meteorite. HEX triplet: 4B, 39 and 68. RGB value is (75,57,104). Sum of RGB (Red+Green+Blue) = 75+57+104=236 (31% of max value = 765). Red value is 75 (29.69% from 255 or 31.78% from 236); Green value is 57 (22.66% from 255 or 24.15% from 236); Blue value is 104 (41.02% from 255 or 44.07% from 236); Max value from RGB is 104 - color contains mainly: blue. Hex color #4B3968 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #4B3968 is #B4C697. Grayscale: #434343. Windows color (decimal): -11847320 or 6830411. OLE color: 6830411.
HSL color Cylindrical-coordinate representation of color #4B3968: hue angle of 262.98º degrees, saturation: 0.29, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #4B3968 is Cyan = 0.28, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 75 | 57 | 104 | - |
| CMYK | 0.28 | 0.45 | 0 | 0.59 |
| HSL | 262.98º | 0.29% | 0.32% | - |
| HSV(B) | 262.98º | 0.45% | 0.41% | - |
| XYZ | 6.86 | 5.42 | 13.78 | - |
| YUV | 67.74 | 148.46 | 133.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 57 | 104 | 0.28 | 0.45 | 0 | 0.59 | 262.98 | 0.29 | 0.32 |
| Hex | 4B | 39 | 68 | 1C | 2D | 0 | 3B | 107 | 1D | 20 |
| Octal | 113 | 71 | 150 | 34 | 55 | 0 | 73 | 407 | 35 | 40 |
| Binary | 1001011 | 111001 | 1101000 | 11100 | 101101 | 0 | 111011 | 100000111 | 11101 | 100000 |
Color Harmonies of #4B3968
Complementary color
Monochromatic Colors of #4B3968
Black with #4B3968
Text Example
Text Example
White with #4B3968
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4B3968; }
p { color: rgb(75,57,104); }
H1.HeaderClassName
{
color: #4B3968;
}
.AnyTagClassName
{
color: #4B3968;
}
</style>
background-color css
<style>
a { background-color: #4B3968; }
a { background-color: rgb(75,57,104); }
div.DivClassName
{
background-color: #4B3968;
}
.BgClassName
{
background-color: #4B3968;
}
</style>
border-color css
<style>
span { border-color: #4B3968; }
span { border-color: rgb(75,57,104); }
td.TdClassName
{
border-color: #4B3968;
}
.TagClassName
{
border-color: #4B3968;
}
</style>