Shades of Lochinvar #4C9D8B
Tints of Lochinvar #4C9D8B
RGB
CMYK
RGB Variations
Color information
#4C9D8B (or 0x4C9D8B) is known color: Lochinvar. HEX triplet: 4C, 9D and 8B. RGB value is (76,157,139). Sum of RGB (Red+Green+Blue) = 76+157+139=372 (49% of max value = 765). Red value is 76 (30.08% from 255 or 20.43% from 372); Green value is 157 (61.72% from 255 or 42.20% from 372); Blue value is 139 (54.69% from 255 or 37.37% from 372); Max value from RGB is 157 - color contains mainly: green. Hex color #4C9D8B is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #4C9D8B is #B36274. Grayscale: #828282. Windows color (decimal): -11756149 or 9149772. OLE color: 9149772.
HSL color Cylindrical-coordinate representation of color #4C9D8B: hue angle of 166.67º 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 #4C9D8B is Cyan = 0.52, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 76 | 157 | 139 | - |
| CMYK | 0.52 | 0 | 0.11 | 0.38 |
| HSL | 166.67º | 0.35% | 0.46% | - |
| HSV(B) | 166.67º | 0.52% | 0.62% | - |
| XYZ | 19.7 | 27.51 | 28.7 | - |
| YUV | 130.73 | 132.66 | 88.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 157 | 139 | 0.52 | 0 | 0.11 | 0.38 | 166.67 | 0.35 | 0.46 |
| Hex | 4C | 9D | 8B | 34 | 0 | B | 26 | A7 | 23 | 2E |
| Octal | 114 | 235 | 213 | 64 | 0 | 13 | 46 | 247 | 43 | 56 |
| Binary | 1001100 | 10011101 | 10001011 | 110100 | 0 | 1011 | 100110 | 10100111 | 100011 | 101110 |
Color Harmonies of #4C9D8B
Complementary color
Monochromatic Colors of #4C9D8B
Black with #4C9D8B
Text Example
Text Example
White with #4C9D8B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4C9D8B; }
p { color: rgb(76,157,139); }
H1.HeaderClassName
{
color: #4C9D8B;
}
.AnyTagClassName
{
color: #4C9D8B;
}
</style>
background-color css
<style>
a { background-color: #4C9D8B; }
a { background-color: rgb(76,157,139); }
div.DivClassName
{
background-color: #4C9D8B;
}
.BgClassName
{
background-color: #4C9D8B;
}
</style>
border-color css
<style>
span { border-color: #4C9D8B; }
span { border-color: rgb(76,157,139); }
td.TdClassName
{
border-color: #4C9D8B;
}
.TagClassName
{
border-color: #4C9D8B;
}
</style>