Shades of Lochinvar #488980
Tints of Lochinvar #488980
RGB
CMYK
RGB Variations
Color information
#488980 (or 0x488980) is known color: Lochinvar. HEX triplet: 48, 89 and 80. RGB value is (72,137,128). Sum of RGB (Red+Green+Blue) = 72+137+128=337 (44% of max value = 765). Red value is 72 (28.52% from 255 or 21.36% from 337); Green value is 137 (53.91% from 255 or 40.65% from 337); Blue value is 128 (50.39% from 255 or 37.98% from 337); Max value from RGB is 137 - color contains mainly: green. Hex color #488980 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #488980 is #B7767F. Grayscale: #747474. Windows color (decimal): -12023424 or 8423752. OLE color: 8423752.
HSL color Cylindrical-coordinate representation of color #488980: hue angle of 171.69º degrees, saturation: 0.31, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #488980 is Cyan = 0.47, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 72 | 137 | 128 | - |
| CMYK | 0.47 | 0 | 0.07 | 0.46 |
| HSL | 171.69º | 0.31% | 0.41% | - |
| HSV(B) | 171.69º | 0.47% | 0.54% | - |
| XYZ | 15.51 | 20.83 | 23.62 | - |
| YUV | 116.54 | 134.47 | 96.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 137 | 128 | 0.47 | 0 | 0.07 | 0.46 | 171.69 | 0.31 | 0.41 |
| Hex | 48 | 89 | 80 | 2F | 0 | 7 | 2E | AC | 1F | 29 |
| Octal | 110 | 211 | 200 | 57 | 0 | 7 | 56 | 254 | 37 | 51 |
| Binary | 1001000 | 10001001 | 10000000 | 101111 | 0 | 111 | 101110 | 10101100 | 11111 | 101001 |
Color Harmonies of #488980
Complementary color
Monochromatic Colors of #488980
Black with #488980
Text Example
Text Example
White with #488980
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #488980; }
p { color: rgb(72,137,128); }
H1.HeaderClassName
{
color: #488980;
}
.AnyTagClassName
{
color: #488980;
}
</style>
background-color css
<style>
a { background-color: #488980; }
a { background-color: rgb(72,137,128); }
div.DivClassName
{
background-color: #488980;
}
.BgClassName
{
background-color: #488980;
}
</style>
border-color css
<style>
span { border-color: #488980; }
span { border-color: rgb(72,137,128); }
td.TdClassName
{
border-color: #488980;
}
.TagClassName
{
border-color: #488980;
}
</style>