Shades of Lochinvar #4A9A7C
Tints of Lochinvar #4A9A7C
RGB
CMYK
RGB Variations
Color information
#4A9A7C (or 0x4A9A7C) is known color: Lochinvar. HEX triplet: 4A, 9A and 7C. RGB value is (74,154,124). Sum of RGB (Red+Green+Blue) = 74+154+124=352 (46% of max value = 765). Red value is 74 (29.30% from 255 or 21.02% from 352); Green value is 154 (60.55% from 255 or 43.75% from 352); Blue value is 124 (48.83% from 255 or 35.23% from 352); Max value from RGB is 154 - color contains mainly: green. Hex color #4A9A7C is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #4A9A7C is #B56583. Grayscale: #7E7E7E. Windows color (decimal): -11888004 or 8165962. OLE color: 8165962.
HSL color Cylindrical-coordinate representation of color #4A9A7C: hue angle of 157.5º degrees, saturation: 0.35, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #4A9A7C is Cyan = 0.52, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 74 | 154 | 124 | - |
| CMYK | 0.52 | 0 | 0.19 | 0.40 |
| HSL | 157.5º | 0.35% | 0.45% | - |
| HSV(B) | 157.5º | 0.52% | 0.6% | - |
| XYZ | 18.02 | 26.02 | 23.14 | - |
| YUV | 126.66 | 126.5 | 90.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 154 | 124 | 0.52 | 0 | 0.19 | 0.40 | 157.5 | 0.35 | 0.45 |
| Hex | 4A | 9A | 7C | 34 | 0 | 13 | 28 | 9E | 23 | 2D |
| Octal | 112 | 232 | 174 | 64 | 0 | 23 | 50 | 236 | 43 | 55 |
| Binary | 1001010 | 10011010 | 1111100 | 110100 | 0 | 10011 | 101000 | 10011110 | 100011 | 101101 |
Color Harmonies of #4A9A7C
Complementary color
Monochromatic Colors of #4A9A7C
Black with #4A9A7C
Text Example
Text Example
White with #4A9A7C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4A9A7C; }
p { color: rgb(74,154,124); }
H1.HeaderClassName
{
color: #4A9A7C;
}
.AnyTagClassName
{
color: #4A9A7C;
}
</style>
background-color css
<style>
a { background-color: #4A9A7C; }
a { background-color: rgb(74,154,124); }
div.DivClassName
{
background-color: #4A9A7C;
}
.BgClassName
{
background-color: #4A9A7C;
}
</style>
border-color css
<style>
span { border-color: #4A9A7C; }
span { border-color: rgb(74,154,124); }
td.TdClassName
{
border-color: #4A9A7C;
}
.TagClassName
{
border-color: #4A9A7C;
}
</style>