Shades of Meteorite #4B396C
Tints of Meteorite #4B396C
RGB
CMYK
RGB Variations
Color information
#4B396C (or 0x4B396C) is known color: Meteorite. HEX triplet: 4B, 39 and 6C. RGB value is (75,57,108). Sum of RGB (Red+Green+Blue) = 75+57+108=240 (31% of max value = 765). Red value is 75 (29.69% from 255 or 31.25% from 240); Green value is 57 (22.66% from 255 or 23.75% from 240); Blue value is 108 (42.58% from 255 or 45% from 240); Max value from RGB is 108 - color contains mainly: blue. Hex color #4B396C is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #4B396C is #B4C693. Grayscale: #444444. Windows color (decimal): -11847316 or 7092555. OLE color: 7092555.
HSL color Cylindrical-coordinate representation of color #4B396C: hue angle of 261.18º degrees, saturation: 0.31, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #4B396C is Cyan = 0.31, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 75 | 57 | 108 | - |
| CMYK | 0.31 | 0.47 | 0 | 0.58 |
| HSL | 261.18º | 0.31% | 0.32% | - |
| HSV(B) | 261.18º | 0.47% | 0.42% | - |
| XYZ | 7.07 | 5.5 | 14.88 | - |
| YUV | 68.2 | 150.46 | 132.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 57 | 108 | 0.31 | 0.47 | 0 | 0.58 | 261.18 | 0.31 | 0.32 |
| Hex | 4B | 39 | 6C | 1F | 2F | 0 | 3A | 105 | 1F | 20 |
| Octal | 113 | 71 | 154 | 37 | 57 | 0 | 72 | 405 | 37 | 40 |
| Binary | 1001011 | 111001 | 1101100 | 11111 | 101111 | 0 | 111010 | 100000101 | 11111 | 100000 |
Color Harmonies of #4B396C
Complementary color
Monochromatic Colors of #4B396C
Black with #4B396C
Text Example
Text Example
White with #4B396C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4B396C; }
p { color: rgb(75,57,108); }
H1.HeaderClassName
{
color: #4B396C;
}
.AnyTagClassName
{
color: #4B396C;
}
</style>
background-color css
<style>
a { background-color: #4B396C; }
a { background-color: rgb(75,57,108); }
div.DivClassName
{
background-color: #4B396C;
}
.BgClassName
{
background-color: #4B396C;
}
</style>
border-color css
<style>
span { border-color: #4B396C; }
span { border-color: rgb(75,57,108); }
td.TdClassName
{
border-color: #4B396C;
}
.TagClassName
{
border-color: #4B396C;
}
</style>