Shades of Lochinvar #4A8B84
Tints of Lochinvar #4A8B84
RGB
CMYK
RGB Variations
Color information
#4A8B84 (or 0x4A8B84) is known color: Lochinvar. HEX triplet: 4A, 8B and 84. RGB value is (74,139,132). Sum of RGB (Red+Green+Blue) = 74+139+132=345 (45% of max value = 765). Red value is 74 (29.30% from 255 or 21.45% from 345); Green value is 139 (54.69% from 255 or 40.29% from 345); Blue value is 132 (51.95% from 255 or 38.26% from 345); Max value from RGB is 139 - color contains mainly: green. Hex color #4A8B84 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #4A8B84 is #B5747B. Grayscale: #767676. Windows color (decimal): -11891836 or 8686410. OLE color: 8686410.
HSL color Cylindrical-coordinate representation of color #4A8B84: hue angle of 173.54º degrees, saturation: 0.31, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #4A8B84 is Cyan = 0.47, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 74 | 139 | 132 | - |
| CMYK | 0.47 | 0 | 0.05 | 0.45 |
| HSL | 173.54º | 0.31% | 0.42% | - |
| HSV(B) | 173.54º | 0.47% | 0.55% | - |
| XYZ | 16.22 | 21.59 | 25.14 | - |
| YUV | 118.77 | 135.47 | 96.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 139 | 132 | 0.47 | 0 | 0.05 | 0.45 | 173.54 | 0.31 | 0.42 |
| Hex | 4A | 8B | 84 | 2F | 0 | 5 | 2D | AE | 1F | 2A |
| Octal | 112 | 213 | 204 | 57 | 0 | 5 | 55 | 256 | 37 | 52 |
| Binary | 1001010 | 10001011 | 10000100 | 101111 | 0 | 101 | 101101 | 10101110 | 11111 | 101010 |
Color Harmonies of #4A8B84
Complementary color
Monochromatic Colors of #4A8B84
Black with #4A8B84
Text Example
Text Example
White with #4A8B84
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4A8B84; }
p { color: rgb(74,139,132); }
H1.HeaderClassName
{
color: #4A8B84;
}
.AnyTagClassName
{
color: #4A8B84;
}
</style>
background-color css
<style>
a { background-color: #4A8B84; }
a { background-color: rgb(74,139,132); }
div.DivClassName
{
background-color: #4A8B84;
}
.BgClassName
{
background-color: #4A8B84;
}
</style>
border-color css
<style>
span { border-color: #4A8B84; }
span { border-color: rgb(74,139,132); }
td.TdClassName
{
border-color: #4A8B84;
}
.TagClassName
{
border-color: #4A8B84;
}
</style>