Shades of Lochinvar #4A9A86
Tints of Lochinvar #4A9A86
RGB
CMYK
RGB Variations
Color information
#4A9A86 (or 0x4A9A86) is known color: Lochinvar. HEX triplet: 4A, 9A and 86. RGB value is (74,154,134). Sum of RGB (Red+Green+Blue) = 74+154+134=362 (47% of max value = 765). Red value is 74 (29.30% from 255 or 20.44% from 362); Green value is 154 (60.55% from 255 or 42.54% from 362); Blue value is 134 (52.73% from 255 or 37.02% from 362); Max value from RGB is 154 - color contains mainly: green. Hex color #4A9A86 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #4A9A86 is #B56579. Grayscale: #7F7F7F. Windows color (decimal): -11887994 or 8821322. OLE color: 8821322.
HSL color Cylindrical-coordinate representation of color #4A9A86: hue angle of 165º 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 #4A9A86 is Cyan = 0.52, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 74 | 154 | 134 | - |
| CMYK | 0.52 | 0 | 0.13 | 0.40 |
| HSL | 165º | 0.35% | 0.45% | - |
| HSV(B) | 165º | 0.52% | 0.6% | - |
| XYZ | 18.68 | 26.29 | 26.64 | - |
| YUV | 127.8 | 131.5 | 89.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 154 | 134 | 0.52 | 0 | 0.13 | 0.40 | 165 | 0.35 | 0.45 |
| Hex | 4A | 9A | 86 | 34 | 0 | D | 28 | A5 | 23 | 2D |
| Octal | 112 | 232 | 206 | 64 | 0 | 15 | 50 | 245 | 43 | 55 |
| Binary | 1001010 | 10011010 | 10000110 | 110100 | 0 | 1101 | 101000 | 10100101 | 100011 | 101101 |
Color Harmonies of #4A9A86
Complementary color
Monochromatic Colors of #4A9A86
Black with #4A9A86
Text Example
Text Example
White with #4A9A86
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4A9A86; }
p { color: rgb(74,154,134); }
H1.HeaderClassName
{
color: #4A9A86;
}
.AnyTagClassName
{
color: #4A9A86;
}
</style>
background-color css
<style>
a { background-color: #4A9A86; }
a { background-color: rgb(74,154,134); }
div.DivClassName
{
background-color: #4A9A86;
}
.BgClassName
{
background-color: #4A9A86;
}
</style>
border-color css
<style>
span { border-color: #4A9A86; }
span { border-color: rgb(74,154,134); }
td.TdClassName
{
border-color: #4A9A86;
}
.TagClassName
{
border-color: #4A9A86;
}
</style>