Shades of Lochinvar #488C7F
Tints of Lochinvar #488C7F
RGB
CMYK
RGB Variations
Color information
#488C7F (or 0x488C7F) is known color: Lochinvar. HEX triplet: 48, 8C and 7F. RGB value is (72,140,127). Sum of RGB (Red+Green+Blue) = 72+140+127=339 (44% of max value = 765). Red value is 72 (28.52% from 255 or 21.24% from 339); Green value is 140 (55.08% from 255 or 41.30% from 339); Blue value is 127 (50% from 255 or 37.46% from 339); Max value from RGB is 140 - color contains mainly: green. Hex color #488C7F is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #488C7F is #B77380. Grayscale: #767676. Windows color (decimal): -12022657 or 8358984. OLE color: 8358984.
HSL color Cylindrical-coordinate representation of color #488C7F: hue angle of 168.53º degrees, saturation: 0.32, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #488C7F is Cyan = 0.49, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 72 | 140 | 127 | - |
| CMYK | 0.49 | 0 | 0.09 | 0.45 |
| HSL | 168.53º | 0.32% | 0.42% | - |
| HSV(B) | 168.53º | 0.49% | 0.55% | - |
| XYZ | 15.88 | 21.67 | 23.42 | - |
| YUV | 118.19 | 132.97 | 95.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 140 | 127 | 0.49 | 0 | 0.09 | 0.45 | 168.53 | 0.32 | 0.42 |
| Hex | 48 | 8C | 7F | 31 | 0 | 9 | 2D | A9 | 20 | 2A |
| Octal | 110 | 214 | 177 | 61 | 0 | 11 | 55 | 251 | 40 | 52 |
| Binary | 1001000 | 10001100 | 1111111 | 110001 | 0 | 1001 | 101101 | 10101001 | 100000 | 101010 |
Color Harmonies of #488C7F
Complementary color
Monochromatic Colors of #488C7F
Black with #488C7F
Text Example
Text Example
White with #488C7F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #488C7F; }
p { color: rgb(72,140,127); }
H1.HeaderClassName
{
color: #488C7F;
}
.AnyTagClassName
{
color: #488C7F;
}
</style>
background-color css
<style>
a { background-color: #488C7F; }
a { background-color: rgb(72,140,127); }
div.DivClassName
{
background-color: #488C7F;
}
.BgClassName
{
background-color: #488C7F;
}
</style>
border-color css
<style>
span { border-color: #488C7F; }
span { border-color: rgb(72,140,127); }
td.TdClassName
{
border-color: #488C7F;
}
.TagClassName
{
border-color: #488C7F;
}
</style>