Shades of Lochinvar #4A8781
Tints of Lochinvar #4A8781
RGB
CMYK
RGB Variations
Color information
#4A8781 (or 0x4A8781) is known color: Lochinvar. HEX triplet: 4A, 87 and 81. RGB value is (74,135,129). Sum of RGB (Red+Green+Blue) = 74+135+129=338 (44% of max value = 765). Red value is 74 (29.30% from 255 or 21.89% from 338); Green value is 135 (53.12% from 255 or 39.94% from 338); Blue value is 129 (50.78% from 255 or 38.17% from 338); Max value from RGB is 135 - color contains mainly: green. Hex color #4A8781 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #4A8781 is #B5787E. Grayscale: #747474. Windows color (decimal): -11892863 or 8488778. OLE color: 8488778.
HSL color Cylindrical-coordinate representation of color #4A8781: hue angle of 174.1º degrees, saturation: 0.29, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #4A8781 is Cyan = 0.45, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 74 | 135 | 129 | - |
| CMYK | 0.45 | 0 | 0.04 | 0.47 |
| HSL | 174.1º | 0.29% | 0.41% | - |
| HSV(B) | 174.1º | 0.45% | 0.53% | - |
| XYZ | 15.45 | 20.37 | 23.89 | - |
| YUV | 116.08 | 135.29 | 97.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 135 | 129 | 0.45 | 0 | 0.04 | 0.47 | 174.1 | 0.29 | 0.41 |
| Hex | 4A | 87 | 81 | 2D | 0 | 4 | 2F | AE | 1D | 29 |
| Octal | 112 | 207 | 201 | 55 | 0 | 4 | 57 | 256 | 35 | 51 |
| Binary | 1001010 | 10000111 | 10000001 | 101101 | 0 | 100 | 101111 | 10101110 | 11101 | 101001 |
Color Harmonies of #4A8781
Complementary color
Monochromatic Colors of #4A8781
Black with #4A8781
Text Example
Text Example
White with #4A8781
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4A8781; }
p { color: rgb(74,135,129); }
H1.HeaderClassName
{
color: #4A8781;
}
.AnyTagClassName
{
color: #4A8781;
}
</style>
background-color css
<style>
a { background-color: #4A8781; }
a { background-color: rgb(74,135,129); }
div.DivClassName
{
background-color: #4A8781;
}
.BgClassName
{
background-color: #4A8781;
}
</style>
border-color css
<style>
span { border-color: #4A8781; }
span { border-color: rgb(74,135,129); }
td.TdClassName
{
border-color: #4A8781;
}
.TagClassName
{
border-color: #4A8781;
}
</style>