Shades of Como #4B815D
Tints of Como #4B815D
RGB
CMYK
RGB Variations
Color information
#4B815D (or 0x4B815D) is known color: Como. HEX triplet: 4B, 81 and 5D. RGB value is (75,129,93). Sum of RGB (Red+Green+Blue) = 75+129+93=297 (39% of max value = 765). Red value is 75 (29.69% from 255 or 25.25% from 297); Green value is 129 (50.78% from 255 or 43.43% from 297); Blue value is 93 (36.72% from 255 or 31.31% from 297); Max value from RGB is 129 - color contains mainly: green. Hex color #4B815D is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #4B815D is #B47EA2. Grayscale: #6C6C6C. Windows color (decimal): -11828899 or 6127947. OLE color: 6127947.
HSL color Cylindrical-coordinate representation of color #4B815D: hue angle of 140º degrees, saturation: 0.26, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #4B815D is Cyan = 0.42, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 75 | 129 | 93 | - |
| CMYK | 0.42 | 0 | 0.28 | 0.49 |
| HSL | 140º | 0.26% | 0.4% | - |
| HSV(B) | 140º | 0.42% | 0.51% | - |
| XYZ | 12.73 | 17.99 | 13.16 | - |
| YUV | 108.75 | 119.11 | 103.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 129 | 93 | 0.42 | 0 | 0.28 | 0.49 | 140 | 0.26 | 0.4 |
| Hex | 4B | 81 | 5D | 2A | 0 | 1C | 31 | 8C | 1A | 28 |
| Octal | 113 | 201 | 135 | 52 | 0 | 34 | 61 | 214 | 32 | 50 |
| Binary | 1001011 | 10000001 | 1011101 | 101010 | 0 | 11100 | 110001 | 10001100 | 11010 | 101000 |
Color Harmonies of #4B815D
Complementary color
Monochromatic Colors of #4B815D
Black with #4B815D
Text Example
Text Example
White with #4B815D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4B815D; }
p { color: rgb(75,129,93); }
H1.HeaderClassName
{
color: #4B815D;
}
.AnyTagClassName
{
color: #4B815D;
}
</style>
background-color css
<style>
a { background-color: #4B815D; }
a { background-color: rgb(75,129,93); }
div.DivClassName
{
background-color: #4B815D;
}
.BgClassName
{
background-color: #4B815D;
}
</style>
border-color css
<style>
span { border-color: #4B815D; }
span { border-color: rgb(75,129,93); }
td.TdClassName
{
border-color: #4B815D;
}
.TagClassName
{
border-color: #4B815D;
}
</style>