Shades of Lochinvar #4C927D
Tints of Lochinvar #4C927D
RGB
CMYK
RGB Variations
Color information
#4C927D (or 0x4C927D) is known color: Lochinvar. HEX triplet: 4C, 92 and 7D. RGB value is (76,146,125). Sum of RGB (Red+Green+Blue) = 76+146+125=347 (45% of max value = 765). Red value is 76 (30.08% from 255 or 21.90% from 347); Green value is 146 (57.42% from 255 or 42.07% from 347); Blue value is 125 (49.22% from 255 or 36.02% from 347); Max value from RGB is 146 - color contains mainly: green. Hex color #4C927D is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #4C927D is #B36D82. Grayscale: #7A7A7A. Windows color (decimal): -11758979 or 8229452. OLE color: 8229452.
HSL color Cylindrical-coordinate representation of color #4C927D: hue angle of 162º degrees, saturation: 0.32, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #4C927D is Cyan = 0.48, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 76 | 146 | 125 | - |
| CMYK | 0.48 | 0 | 0.14 | 0.43 |
| HSL | 162º | 0.32% | 0.44% | - |
| HSV(B) | 162º | 0.48% | 0.57% | - |
| XYZ | 16.96 | 23.57 | 23.06 | - |
| YUV | 122.68 | 129.31 | 94.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 146 | 125 | 0.48 | 0 | 0.14 | 0.43 | 162 | 0.32 | 0.44 |
| Hex | 4C | 92 | 7D | 30 | 0 | E | 2B | A2 | 20 | 2C |
| Octal | 114 | 222 | 175 | 60 | 0 | 16 | 53 | 242 | 40 | 54 |
| Binary | 1001100 | 10010010 | 1111101 | 110000 | 0 | 1110 | 101011 | 10100010 | 100000 | 101100 |
Color Harmonies of #4C927D
Complementary color
Monochromatic Colors of #4C927D
Black with #4C927D
Text Example
Text Example
White with #4C927D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4C927D; }
p { color: rgb(76,146,125); }
H1.HeaderClassName
{
color: #4C927D;
}
.AnyTagClassName
{
color: #4C927D;
}
</style>
background-color css
<style>
a { background-color: #4C927D; }
a { background-color: rgb(76,146,125); }
div.DivClassName
{
background-color: #4C927D;
}
.BgClassName
{
background-color: #4C927D;
}
</style>
border-color css
<style>
span { border-color: #4C927D; }
span { border-color: rgb(76,146,125); }
td.TdClassName
{
border-color: #4C927D;
}
.TagClassName
{
border-color: #4C927D;
}
</style>