Shades of Lochinvar #4C9D83
Tints of Lochinvar #4C9D83
RGB
CMYK
RGB Variations
Color information
#4C9D83 (or 0x4C9D83) is known color: Lochinvar. HEX triplet: 4C, 9D and 83. RGB value is (76,157,131). Sum of RGB (Red+Green+Blue) = 76+157+131=364 (48% of max value = 765). Red value is 76 (30.08% from 255 or 20.88% from 364); Green value is 157 (61.72% from 255 or 43.13% from 364); Blue value is 131 (51.56% from 255 or 35.99% from 364); Max value from RGB is 157 - color contains mainly: green. Hex color #4C9D83 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #4C9D83 is #B3627C. Grayscale: #818181. Windows color (decimal): -11756157 or 8625484. OLE color: 8625484.
HSL color Cylindrical-coordinate representation of color #4C9D83: hue angle of 160.74º degrees, saturation: 0.35, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #4C9D83 is Cyan = 0.52, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 76 | 157 | 131 | - |
| CMYK | 0.52 | 0 | 0.17 | 0.38 |
| HSL | 160.74º | 0.35% | 0.46% | - |
| HSV(B) | 160.74º | 0.52% | 0.62% | - |
| XYZ | 19.13 | 27.29 | 25.73 | - |
| YUV | 129.82 | 128.66 | 89.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 157 | 131 | 0.52 | 0 | 0.17 | 0.38 | 160.74 | 0.35 | 0.46 |
| Hex | 4C | 9D | 83 | 34 | 0 | 11 | 26 | A1 | 23 | 2E |
| Octal | 114 | 235 | 203 | 64 | 0 | 21 | 46 | 241 | 43 | 56 |
| Binary | 1001100 | 10011101 | 10000011 | 110100 | 0 | 10001 | 100110 | 10100001 | 100011 | 101110 |
Color Harmonies of #4C9D83
Complementary color
Monochromatic Colors of #4C9D83
Black with #4C9D83
Text Example
Text Example
White with #4C9D83
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4C9D83; }
p { color: rgb(76,157,131); }
H1.HeaderClassName
{
color: #4C9D83;
}
.AnyTagClassName
{
color: #4C9D83;
}
</style>
background-color css
<style>
a { background-color: #4C9D83; }
a { background-color: rgb(76,157,131); }
div.DivClassName
{
background-color: #4C9D83;
}
.BgClassName
{
background-color: #4C9D83;
}
</style>
border-color css
<style>
span { border-color: #4C9D83; }
span { border-color: rgb(76,157,131); }
td.TdClassName
{
border-color: #4C9D83;
}
.TagClassName
{
border-color: #4C9D83;
}
</style>