Shades of Lochinvar #4A8878
Tints of Lochinvar #4A8878
RGB
CMYK
RGB Variations
Color information
#4A8878 (or 0x4A8878) is known color: Lochinvar. HEX triplet: 4A, 88 and 78. RGB value is (74,136,120). Sum of RGB (Red+Green+Blue) = 74+136+120=330 (43% of max value = 765). Red value is 74 (29.30% from 255 or 22.42% from 330); Green value is 136 (53.52% from 255 or 41.21% from 330); Blue value is 120 (47.27% from 255 or 36.36% from 330); Max value from RGB is 136 - color contains mainly: green. Hex color #4A8878 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #4A8878 is #B57787. Grayscale: #737373. Windows color (decimal): -11892616 or 7899210. OLE color: 7899210.
HSL color Cylindrical-coordinate representation of color #4A8878: hue angle of 164.52º 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 #4A8878 is Cyan = 0.46, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 74 | 136 | 120 | - |
| CMYK | 0.46 | 0 | 0.12 | 0.47 |
| HSL | 164.52º | 0.3% | 0.41% | - |
| HSV(B) | 164.52º | 0.46% | 0.53% | - |
| XYZ | 15.02 | 20.42 | 20.92 | - |
| YUV | 115.64 | 130.46 | 98.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 136 | 120 | 0.46 | 0 | 0.12 | 0.47 | 164.52 | 0.3 | 0.41 |
| Hex | 4A | 88 | 78 | 2E | 0 | C | 2F | A5 | 1E | 29 |
| Octal | 112 | 210 | 170 | 56 | 0 | 14 | 57 | 245 | 36 | 51 |
| Binary | 1001010 | 10001000 | 1111000 | 101110 | 0 | 1100 | 101111 | 10100101 | 11110 | 101001 |
Color Harmonies of #4A8878
Complementary color
Monochromatic Colors of #4A8878
Black with #4A8878
Text Example
Text Example
White with #4A8878
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4A8878; }
p { color: rgb(74,136,120); }
H1.HeaderClassName
{
color: #4A8878;
}
.AnyTagClassName
{
color: #4A8878;
}
</style>
background-color css
<style>
a { background-color: #4A8878; }
a { background-color: rgb(74,136,120); }
div.DivClassName
{
background-color: #4A8878;
}
.BgClassName
{
background-color: #4A8878;
}
</style>
border-color css
<style>
span { border-color: #4A8878; }
span { border-color: rgb(74,136,120); }
td.TdClassName
{
border-color: #4A8878;
}
.TagClassName
{
border-color: #4A8878;
}
</style>