Shades of Como #4D6B5A
Tints of Como #4D6B5A
RGB
CMYK
RGB Variations
Color information
#4D6B5A (or 0x4D6B5A) is known color: Como. HEX triplet: 4D, 6B and 5A. RGB value is (77,107,90). Sum of RGB (Red+Green+Blue) = 77+107+90=274 (36% of max value = 765). Red value is 77 (30.47% from 255 or 28.10% from 274); Green value is 107 (42.19% from 255 or 39.05% from 274); Blue value is 90 (35.55% from 255 or 32.85% from 274); Max value from RGB is 107 - color contains mainly: green. Hex color #4D6B5A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #4D6B5A is #B294A5. Grayscale: #606060. Windows color (decimal): -11703462 or 5925709. OLE color: 5925709.
HSL color Cylindrical-coordinate representation of color #4D6B5A: hue angle of 146º degrees, saturation: 0.16, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #4D6B5A is Cyan = 0.28, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.58.
Color convert
RGB | 77 | 107 | 90 | - |
CMYK | 0.28 | 0 | 0.16 | 0.58 |
HSL | 146º | 0.16% | 0.36% | - |
HSV(B) | 146º | 0.28% | 0.42% | - |
XYZ | 10.16 | 12.83 | 11.61 | - |
YUV | 96.09 | 124.56 | 114.38 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 77 | 107 | 90 | 0.28 | 0 | 0.16 | 0.58 | 146 | 0.16 | 0.36 |
Hex | 4D | 6B | 5A | 1C | 0 | 10 | 3A | 92 | 10 | 24 |
Octal | 115 | 153 | 132 | 34 | 0 | 20 | 72 | 222 | 20 | 44 |
Binary | 1001101 | 1101011 | 1011010 | 11100 | 0 | 10000 | 111010 | 10010010 | 10000 | 100100 |
Color Harmonies of #4D6B5A
Complementary color
Monochromatic Colors of #4D6B5A
Black with #4D6B5A
Text Example
Text Example
White with #4D6B5A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D6B5A; }
p { color: rgb(77,107,90); }
H1.HeaderClassName
{
color: #4D6B5A;
}
.AnyTagClassName
{
color: #4D6B5A;
}
</style>
background-color css
<style>
a { background-color: #4D6B5A; }
a { background-color: rgb(77,107,90); }
div.DivClassName
{
background-color: #4D6B5A;
}
.BgClassName
{
background-color: #4D6B5A;
}
</style>
border-color css
<style>
span { border-color: #4D6B5A; }
span { border-color: rgb(77,107,90); }
td.TdClassName
{
border-color: #4D6B5A;
}
.TagClassName
{
border-color: #4D6B5A;
}
</style>