Shades of Lochinvar #4A8881
Tints of Lochinvar #4A8881
RGB
CMYK
RGB Variations
Color information
#4A8881 (or 0x4A8881) is known color: Lochinvar. HEX triplet: 4A, 88 and 81. RGB value is (74,136,129). Sum of RGB (Red+Green+Blue) = 74+136+129=339 (44% of max value = 765). Red value is 74 (29.30% from 255 or 21.83% from 339); Green value is 136 (53.52% from 255 or 40.12% from 339); Blue value is 129 (50.78% from 255 or 38.05% from 339); Max value from RGB is 136 - color contains mainly: green. Hex color #4A8881 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #4A8881 is #B5777E. Grayscale: #747474. Windows color (decimal): -11892607 or 8489034. OLE color: 8489034.
HSL color Cylindrical-coordinate representation of color #4A8881: hue angle of 173.23º degrees, saturation: 0.3, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #4A8881 is Cyan = 0.46, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 74 | 136 | 129 | - |
| CMYK | 0.46 | 0 | 0.05 | 0.47 |
| HSL | 173.23º | 0.3% | 0.41% | - |
| HSV(B) | 173.23º | 0.46% | 0.53% | - |
| XYZ | 15.59 | 20.65 | 23.93 | - |
| YUV | 116.66 | 134.96 | 97.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 136 | 129 | 0.46 | 0 | 0.05 | 0.47 | 173.23 | 0.3 | 0.41 |
| Hex | 4A | 88 | 81 | 2E | 0 | 5 | 2F | AD | 1E | 29 |
| Octal | 112 | 210 | 201 | 56 | 0 | 5 | 57 | 255 | 36 | 51 |
| Binary | 1001010 | 10001000 | 10000001 | 101110 | 0 | 101 | 101111 | 10101101 | 11110 | 101001 |
Color Harmonies of #4A8881
Complementary color
Monochromatic Colors of #4A8881
Black with #4A8881
Text Example
Text Example
White with #4A8881
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4A8881; }
p { color: rgb(74,136,129); }
H1.HeaderClassName
{
color: #4A8881;
}
.AnyTagClassName
{
color: #4A8881;
}
</style>
background-color css
<style>
a { background-color: #4A8881; }
a { background-color: rgb(74,136,129); }
div.DivClassName
{
background-color: #4A8881;
}
.BgClassName
{
background-color: #4A8881;
}
</style>
border-color css
<style>
span { border-color: #4A8881; }
span { border-color: rgb(74,136,129); }
td.TdClassName
{
border-color: #4A8881;
}
.TagClassName
{
border-color: #4A8881;
}
</style>