Shades of Lochinvar #4C927A
Tints of Lochinvar #4C927A
RGB
CMYK
RGB Variations
Color information
#4C927A (or 0x4C927A) is known color: Lochinvar. HEX triplet: 4C, 92 and 7A. RGB value is (76,146,122). Sum of RGB (Red+Green+Blue) = 76+146+122=344 (45% of max value = 765). Red value is 76 (30.08% from 255 or 22.09% from 344); Green value is 146 (57.42% from 255 or 42.44% from 344); Blue value is 122 (48.05% from 255 or 35.47% from 344); Max value from RGB is 146 - color contains mainly: green. Hex color #4C927A is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #4C927A is #B36D85. Grayscale: #7A7A7A. Windows color (decimal): -11758982 or 8032844. OLE color: 8032844.
HSL color Cylindrical-coordinate representation of color #4C927A: hue angle of 159.43º 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 #4C927A is Cyan = 0.48, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 76 | 146 | 122 | - |
| CMYK | 0.48 | 0 | 0.16 | 0.43 |
| HSL | 159.43º | 0.32% | 0.44% | - |
| HSV(B) | 159.43º | 0.48% | 0.57% | - |
| XYZ | 16.77 | 23.5 | 22.06 | - |
| YUV | 122.33 | 127.81 | 94.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 146 | 122 | 0.48 | 0 | 0.16 | 0.43 | 159.43 | 0.32 | 0.44 |
| Hex | 4C | 92 | 7A | 30 | 0 | 10 | 2B | 9F | 20 | 2C |
| Octal | 114 | 222 | 172 | 60 | 0 | 20 | 53 | 237 | 40 | 54 |
| Binary | 1001100 | 10010010 | 1111010 | 110000 | 0 | 10000 | 101011 | 10011111 | 100000 | 101100 |
Color Harmonies of #4C927A
Complementary color
Monochromatic Colors of #4C927A
Black with #4C927A
Text Example
Text Example
White with #4C927A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4C927A; }
p { color: rgb(76,146,122); }
H1.HeaderClassName
{
color: #4C927A;
}
.AnyTagClassName
{
color: #4C927A;
}
</style>
background-color css
<style>
a { background-color: #4C927A; }
a { background-color: rgb(76,146,122); }
div.DivClassName
{
background-color: #4C927A;
}
.BgClassName
{
background-color: #4C927A;
}
</style>
border-color css
<style>
span { border-color: #4C927A; }
span { border-color: rgb(76,146,122); }
td.TdClassName
{
border-color: #4C927A;
}
.TagClassName
{
border-color: #4C927A;
}
</style>