Shades of Lochinvar #4A9A82
Tints of Lochinvar #4A9A82
RGB
CMYK
RGB Variations
Color information
#4A9A82 (or 0x4A9A82) is known color: Lochinvar. HEX triplet: 4A, 9A and 82. RGB value is (74,154,130). Sum of RGB (Red+Green+Blue) = 74+154+130=358 (47% of max value = 765). Red value is 74 (29.30% from 255 or 20.67% from 358); Green value is 154 (60.55% from 255 or 43.02% from 358); Blue value is 130 (51.17% from 255 or 36.31% from 358); Max value from RGB is 154 - color contains mainly: green. Hex color #4A9A82 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #4A9A82 is #B5657D. Grayscale: #7F7F7F. Windows color (decimal): -11887998 or 8559178. OLE color: 8559178.
HSL color Cylindrical-coordinate representation of color #4A9A82: hue angle of 162º 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 #4A9A82 is Cyan = 0.52, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 74 | 154 | 130 | - |
| CMYK | 0.52 | 0 | 0.16 | 0.40 |
| HSL | 162º | 0.35% | 0.45% | - |
| HSV(B) | 162º | 0.52% | 0.6% | - |
| XYZ | 18.41 | 26.18 | 25.2 | - |
| YUV | 127.34 | 129.5 | 89.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 154 | 130 | 0.52 | 0 | 0.16 | 0.40 | 162 | 0.35 | 0.45 |
| Hex | 4A | 9A | 82 | 34 | 0 | 10 | 28 | A2 | 23 | 2D |
| Octal | 112 | 232 | 202 | 64 | 0 | 20 | 50 | 242 | 43 | 55 |
| Binary | 1001010 | 10011010 | 10000010 | 110100 | 0 | 10000 | 101000 | 10100010 | 100011 | 101101 |
Color Harmonies of #4A9A82
Complementary color
Monochromatic Colors of #4A9A82
Black with #4A9A82
Text Example
Text Example
White with #4A9A82
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4A9A82; }
p { color: rgb(74,154,130); }
H1.HeaderClassName
{
color: #4A9A82;
}
.AnyTagClassName
{
color: #4A9A82;
}
</style>
background-color css
<style>
a { background-color: #4A9A82; }
a { background-color: rgb(74,154,130); }
div.DivClassName
{
background-color: #4A9A82;
}
.BgClassName
{
background-color: #4A9A82;
}
</style>
border-color css
<style>
span { border-color: #4A9A82; }
span { border-color: rgb(74,154,130); }
td.TdClassName
{
border-color: #4A9A82;
}
.TagClassName
{
border-color: #4A9A82;
}
</style>