Shades of Lochinvar #4C938A
Tints of Lochinvar #4C938A
RGB
CMYK
RGB Variations
Color information
#4C938A (or 0x4C938A) is known color: Lochinvar. HEX triplet: 4C, 93 and 8A. RGB value is (76,147,138). Sum of RGB (Red+Green+Blue) = 76+147+138=361 (47% of max value = 765). Red value is 76 (30.08% from 255 or 21.05% from 361); Green value is 147 (57.81% from 255 or 40.72% from 361); Blue value is 138 (54.30% from 255 or 38.23% from 361); Max value from RGB is 147 - color contains mainly: green. Hex color #4C938A is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #4C938A is #B36C75. Grayscale: #7C7C7C. Windows color (decimal): -11758710 or 9081676. OLE color: 9081676.
HSL color Cylindrical-coordinate representation of color #4C938A: hue angle of 172.39º 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 #4C938A is Cyan = 0.48, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 76 | 147 | 138 | - |
| CMYK | 0.48 | 0 | 0.06 | 0.42 |
| HSL | 172.39º | 0.32% | 0.44% | - |
| HSV(B) | 172.39º | 0.48% | 0.58% | - |
| XYZ | 18 | 24.24 | 27.77 | - |
| YUV | 124.75 | 135.48 | 93.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 147 | 138 | 0.48 | 0 | 0.06 | 0.42 | 172.39 | 0.32 | 0.44 |
| Hex | 4C | 93 | 8A | 30 | 0 | 6 | 2A | AC | 20 | 2C |
| Octal | 114 | 223 | 212 | 60 | 0 | 6 | 52 | 254 | 40 | 54 |
| Binary | 1001100 | 10010011 | 10001010 | 110000 | 0 | 110 | 101010 | 10101100 | 100000 | 101100 |
Color Harmonies of #4C938A
Complementary color
Monochromatic Colors of #4C938A
Black with #4C938A
Text Example
Text Example
White with #4C938A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4C938A; }
p { color: rgb(76,147,138); }
H1.HeaderClassName
{
color: #4C938A;
}
.AnyTagClassName
{
color: #4C938A;
}
</style>
background-color css
<style>
a { background-color: #4C938A; }
a { background-color: rgb(76,147,138); }
div.DivClassName
{
background-color: #4C938A;
}
.BgClassName
{
background-color: #4C938A;
}
</style>
border-color css
<style>
span { border-color: #4C938A; }
span { border-color: rgb(76,147,138); }
td.TdClassName
{
border-color: #4C938A;
}
.TagClassName
{
border-color: #4C938A;
}
</style>