Shades of Como #4A735C
Tints of Como #4A735C
RGB
CMYK
RGB Variations
Color information
#4A735C (or 0x4A735C) is known color: Como. HEX triplet: 4A, 73 and 5C. RGB value is (74,115,92). Sum of RGB (Red+Green+Blue) = 74+115+92=281 (37% of max value = 765). Red value is 74 (29.30% from 255 or 26.33% from 281); Green value is 115 (45.31% from 255 or 40.93% from 281); Blue value is 92 (36.33% from 255 or 32.74% from 281); Max value from RGB is 115 - color contains mainly: green. Hex color #4A735C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #4A735C is #B58CA3. Grayscale: #646464. Windows color (decimal): -11898020 or 6058826. OLE color: 6058826.
HSL color Cylindrical-coordinate representation of color #4A735C: hue angle of 146.34º degrees, saturation: 0.22, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #4A735C is Cyan = 0.36, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 74 | 115 | 92 | - |
| CMYK | 0.36 | 0 | 0.20 | 0.55 |
| HSL | 146.34º | 0.22% | 0.37% | - |
| HSV(B) | 146.34º | 0.36% | 0.45% | - |
| XYZ | 10.89 | 14.49 | 12.35 | - |
| YUV | 100.12 | 123.42 | 109.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 115 | 92 | 0.36 | 0 | 0.20 | 0.55 | 146.34 | 0.22 | 0.37 |
| Hex | 4A | 73 | 5C | 24 | 0 | 14 | 37 | 92 | 16 | 25 |
| Octal | 112 | 163 | 134 | 44 | 0 | 24 | 67 | 222 | 26 | 45 |
| Binary | 1001010 | 1110011 | 1011100 | 100100 | 0 | 10100 | 110111 | 10010010 | 10110 | 100101 |
Color Harmonies of #4A735C
Complementary color
Monochromatic Colors of #4A735C
Black with #4A735C
Text Example
Text Example
White with #4A735C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4A735C; }
p { color: rgb(74,115,92); }
H1.HeaderClassName
{
color: #4A735C;
}
.AnyTagClassName
{
color: #4A735C;
}
</style>
background-color css
<style>
a { background-color: #4A735C; }
a { background-color: rgb(74,115,92); }
div.DivClassName
{
background-color: #4A735C;
}
.BgClassName
{
background-color: #4A735C;
}
</style>
border-color css
<style>
span { border-color: #4A735C; }
span { border-color: rgb(74,115,92); }
td.TdClassName
{
border-color: #4A735C;
}
.TagClassName
{
border-color: #4A735C;
}
</style>