Shades of Lochinvar #4C938C
Tints of Lochinvar #4C938C
RGB
CMYK
RGB Variations
Color information
#4C938C (or 0x4C938C) is known color: Lochinvar. HEX triplet: 4C, 93 and 8C. RGB value is (76,147,140). Sum of RGB (Red+Green+Blue) = 76+147+140=363 (48% of max value = 765). Red value is 76 (30.08% from 255 or 20.94% from 363); Green value is 147 (57.81% from 255 or 40.50% from 363); Blue value is 140 (55.08% from 255 or 38.57% from 363); Max value from RGB is 147 - color contains mainly: green. Hex color #4C938C is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #4C938C is #B36C73. Grayscale: #7C7C7C. Windows color (decimal): -11758708 or 9212748. OLE color: 9212748.
HSL color Cylindrical-coordinate representation of color #4C938C: hue angle of 174.08º degrees, saturation: 0.32, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #4C938C is Cyan = 0.48, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 76 | 147 | 140 | - |
| CMYK | 0.48 | 0 | 0.05 | 0.42 |
| HSL | 174.08º | 0.32% | 0.44% | - |
| HSV(B) | 174.08º | 0.48% | 0.58% | - |
| XYZ | 18.15 | 24.3 | 28.54 | - |
| YUV | 124.97 | 136.48 | 93.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 147 | 140 | 0.48 | 0 | 0.05 | 0.42 | 174.08 | 0.32 | 0.44 |
| Hex | 4C | 93 | 8C | 30 | 0 | 5 | 2A | AE | 20 | 2C |
| Octal | 114 | 223 | 214 | 60 | 0 | 5 | 52 | 256 | 40 | 54 |
| Binary | 1001100 | 10010011 | 10001100 | 110000 | 0 | 101 | 101010 | 10101110 | 100000 | 101100 |
Color Harmonies of #4C938C
Complementary color
Monochromatic Colors of #4C938C
Black with #4C938C
Text Example
Text Example
White with #4C938C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4C938C; }
p { color: rgb(76,147,140); }
H1.HeaderClassName
{
color: #4C938C;
}
.AnyTagClassName
{
color: #4C938C;
}
</style>
background-color css
<style>
a { background-color: #4C938C; }
a { background-color: rgb(76,147,140); }
div.DivClassName
{
background-color: #4C938C;
}
.BgClassName
{
background-color: #4C938C;
}
</style>
border-color css
<style>
span { border-color: #4C938C; }
span { border-color: rgb(76,147,140); }
td.TdClassName
{
border-color: #4C938C;
}
.TagClassName
{
border-color: #4C938C;
}
</style>