Shades of Como #4A7461
Tints of Como #4A7461
RGB
CMYK
RGB Variations
Color information
#4A7461 (or 0x4A7461) is known color: Como. HEX triplet: 4A, 74 and 61. RGB value is (74,116,97). Sum of RGB (Red+Green+Blue) = 74+116+97=287 (38% of max value = 765). Red value is 74 (29.30% from 255 or 25.78% from 287); Green value is 116 (45.70% from 255 or 40.42% from 287); Blue value is 97 (38.28% from 255 or 33.80% from 287); Max value from RGB is 116 - color contains mainly: green. Hex color #4A7461 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #4A7461 is #B58B9E. Grayscale: #656565. Windows color (decimal): -11897759 or 6386762. OLE color: 6386762.
HSL color Cylindrical-coordinate representation of color #4A7461: hue angle of 152.86º 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 #4A7461 is Cyan = 0.36, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 74 | 116 | 97 | - |
| CMYK | 0.36 | 0 | 0.16 | 0.55 |
| HSL | 152.86º | 0.22% | 0.37% | - |
| HSV(B) | 152.86º | 0.36% | 0.45% | - |
| XYZ | 11.23 | 14.81 | 13.58 | - |
| YUV | 101.28 | 125.59 | 108.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 116 | 97 | 0.36 | 0 | 0.16 | 0.55 | 152.86 | 0.22 | 0.37 |
| Hex | 4A | 74 | 61 | 24 | 0 | 10 | 37 | 99 | 16 | 25 |
| Octal | 112 | 164 | 141 | 44 | 0 | 20 | 67 | 231 | 26 | 45 |
| Binary | 1001010 | 1110100 | 1100001 | 100100 | 0 | 10000 | 110111 | 10011001 | 10110 | 100101 |
Color Harmonies of #4A7461
Complementary color
Monochromatic Colors of #4A7461
Black with #4A7461
Text Example
Text Example
White with #4A7461
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4A7461; }
p { color: rgb(74,116,97); }
H1.HeaderClassName
{
color: #4A7461;
}
.AnyTagClassName
{
color: #4A7461;
}
</style>
background-color css
<style>
a { background-color: #4A7461; }
a { background-color: rgb(74,116,97); }
div.DivClassName
{
background-color: #4A7461;
}
.BgClassName
{
background-color: #4A7461;
}
</style>
border-color css
<style>
span { border-color: #4A7461; }
span { border-color: rgb(74,116,97); }
td.TdClassName
{
border-color: #4A7461;
}
.TagClassName
{
border-color: #4A7461;
}
</style>