Shades of Lochinvar #488B7F
Tints of Lochinvar #488B7F
RGB
CMYK
RGB Variations
Color information
#488B7F (or 0x488B7F) is known color: Lochinvar. HEX triplet: 48, 8B and 7F. RGB value is (72,139,127). Sum of RGB (Red+Green+Blue) = 72+139+127=338 (44% of max value = 765). Red value is 72 (28.52% from 255 or 21.30% from 338); Green value is 139 (54.69% from 255 or 41.12% from 338); Blue value is 127 (50% from 255 or 37.57% from 338); Max value from RGB is 139 - color contains mainly: green. Hex color #488B7F is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #488B7F is #B77480. Grayscale: #757575. Windows color (decimal): -12022913 or 8358728. OLE color: 8358728.
HSL color Cylindrical-coordinate representation of color #488B7F: hue angle of 169.25º degrees, saturation: 0.32, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #488B7F is Cyan = 0.48, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 72 | 139 | 127 | - |
| CMYK | 0.48 | 0 | 0.09 | 0.45 |
| HSL | 169.25º | 0.32% | 0.41% | - |
| HSV(B) | 169.25º | 0.48% | 0.55% | - |
| XYZ | 15.74 | 21.38 | 23.38 | - |
| YUV | 117.6 | 133.3 | 95.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 139 | 127 | 0.48 | 0 | 0.09 | 0.45 | 169.25 | 0.32 | 0.41 |
| Hex | 48 | 8B | 7F | 30 | 0 | 9 | 2D | A9 | 20 | 29 |
| Octal | 110 | 213 | 177 | 60 | 0 | 11 | 55 | 251 | 40 | 51 |
| Binary | 1001000 | 10001011 | 1111111 | 110000 | 0 | 1001 | 101101 | 10101001 | 100000 | 101001 |
Color Harmonies of #488B7F
Complementary color
Monochromatic Colors of #488B7F
Black with #488B7F
Text Example
Text Example
White with #488B7F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #488B7F; }
p { color: rgb(72,139,127); }
H1.HeaderClassName
{
color: #488B7F;
}
.AnyTagClassName
{
color: #488B7F;
}
</style>
background-color css
<style>
a { background-color: #488B7F; }
a { background-color: rgb(72,139,127); }
div.DivClassName
{
background-color: #488B7F;
}
.BgClassName
{
background-color: #488B7F;
}
</style>
border-color css
<style>
span { border-color: #488B7F; }
span { border-color: rgb(72,139,127); }
td.TdClassName
{
border-color: #488B7F;
}
.TagClassName
{
border-color: #488B7F;
}
</style>