Shades of Lochinvar #4FA28C
Tints of Lochinvar #4FA28C
RGB
CMYK
RGB Variations
Color information
#4FA28C (or 0x4FA28C) is known color: Lochinvar. HEX triplet: 4F, A2 and 8C. RGB value is (79,162,140). Sum of RGB (Red+Green+Blue) = 79+162+140=381 (50% of max value = 765). Red value is 79 (31.25% from 255 or 20.73% from 381); Green value is 162 (63.67% from 255 or 42.52% from 381); Blue value is 140 (55.08% from 255 or 36.75% from 381); Max value from RGB is 162 - color contains mainly: green. Hex color #4FA28C is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #4FA28C is #B05D73. Grayscale: #868686. Windows color (decimal): -11558260 or 9216591. OLE color: 9216591.
HSL color Cylindrical-coordinate representation of color #4FA28C: hue angle of 164.1º degrees, saturation: 0.34, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #4FA28C is Cyan = 0.51, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 79 | 162 | 140 | - |
| CMYK | 0.51 | 0 | 0.14 | 0.36 |
| HSL | 164.1º | 0.34% | 0.47% | - |
| HSV(B) | 164.1º | 0.51% | 0.64% | - |
| XYZ | 20.88 | 29.4 | 29.38 | - |
| YUV | 134.68 | 131 | 88.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 162 | 140 | 0.51 | 0 | 0.14 | 0.36 | 164.1 | 0.34 | 0.47 |
| Hex | 4F | A2 | 8C | 33 | 0 | E | 24 | A4 | 22 | 2F |
| Octal | 117 | 242 | 214 | 63 | 0 | 16 | 44 | 244 | 42 | 57 |
| Binary | 1001111 | 10100010 | 10001100 | 110011 | 0 | 1110 | 100100 | 10100100 | 100010 | 101111 |
Color Harmonies of #4FA28C
Complementary color
Monochromatic Colors of #4FA28C
Black with #4FA28C
Text Example
Text Example
White with #4FA28C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4FA28C; }
p { color: rgb(79,162,140); }
H1.HeaderClassName
{
color: #4FA28C;
}
.AnyTagClassName
{
color: #4FA28C;
}
</style>
background-color css
<style>
a { background-color: #4FA28C; }
a { background-color: rgb(79,162,140); }
div.DivClassName
{
background-color: #4FA28C;
}
.BgClassName
{
background-color: #4FA28C;
}
</style>
border-color css
<style>
span { border-color: #4FA28C; }
span { border-color: rgb(79,162,140); }
td.TdClassName
{
border-color: #4FA28C;
}
.TagClassName
{
border-color: #4FA28C;
}
</style>