Shades of Lochinvar #488A80
Tints of Lochinvar #488A80
RGB
CMYK
RGB Variations
Color information
#488A80 (or 0x488A80) is known color: Lochinvar. HEX triplet: 48, 8A and 80. RGB value is (72,138,128). Sum of RGB (Red+Green+Blue) = 72+138+128=338 (44% of max value = 765). Red value is 72 (28.52% from 255 or 21.30% from 338); Green value is 138 (54.30% from 255 or 40.83% from 338); Blue value is 128 (50.39% from 255 or 37.87% from 338); Max value from RGB is 138 - color contains mainly: green. Hex color #488A80 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #488A80 is #B7757F. Grayscale: #757575. Windows color (decimal): -12023168 or 8424008. OLE color: 8424008.
HSL color Cylindrical-coordinate representation of color #488A80: hue angle of 170.91º degrees, saturation: 0.31, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #488A80 is Cyan = 0.48, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 72 | 138 | 128 | - |
| CMYK | 0.48 | 0 | 0.07 | 0.46 |
| HSL | 170.91º | 0.31% | 0.41% | - |
| HSV(B) | 170.91º | 0.48% | 0.54% | - |
| XYZ | 15.66 | 21.11 | 23.67 | - |
| YUV | 117.13 | 134.13 | 95.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 138 | 128 | 0.48 | 0 | 0.07 | 0.46 | 170.91 | 0.31 | 0.41 |
| Hex | 48 | 8A | 80 | 30 | 0 | 7 | 2E | AB | 1F | 29 |
| Octal | 110 | 212 | 200 | 60 | 0 | 7 | 56 | 253 | 37 | 51 |
| Binary | 1001000 | 10001010 | 10000000 | 110000 | 0 | 111 | 101110 | 10101011 | 11111 | 101001 |
Color Harmonies of #488A80
Complementary color
Monochromatic Colors of #488A80
Black with #488A80
Text Example
Text Example
White with #488A80
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #488A80; }
p { color: rgb(72,138,128); }
H1.HeaderClassName
{
color: #488A80;
}
.AnyTagClassName
{
color: #488A80;
}
</style>
background-color css
<style>
a { background-color: #488A80; }
a { background-color: rgb(72,138,128); }
div.DivClassName
{
background-color: #488A80;
}
.BgClassName
{
background-color: #488A80;
}
</style>
border-color css
<style>
span { border-color: #488A80; }
span { border-color: rgb(72,138,128); }
td.TdClassName
{
border-color: #488A80;
}
.TagClassName
{
border-color: #488A80;
}
</style>