Shades of Lochinvar #488880
Tints of Lochinvar #488880
RGB
CMYK
RGB Variations
Color information
#488880 (or 0x488880) is known color: Lochinvar. HEX triplet: 48, 88 and 80. RGB value is (72,136,128). Sum of RGB (Red+Green+Blue) = 72+136+128=336 (44% of max value = 765). Red value is 72 (28.52% from 255 or 21.43% from 336); Green value is 136 (53.52% from 255 or 40.48% from 336); Blue value is 128 (50.39% from 255 or 38.10% from 336); Max value from RGB is 136 - color contains mainly: green. Hex color #488880 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #488880 is #B7777F. Grayscale: #737373. Windows color (decimal): -12023680 or 8423496. OLE color: 8423496.
HSL color Cylindrical-coordinate representation of color #488880: hue angle of 172.5º degrees, saturation: 0.31, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #488880 is Cyan = 0.47, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 72 | 136 | 128 | - |
| CMYK | 0.47 | 0 | 0.06 | 0.47 |
| HSL | 172.5º | 0.31% | 0.41% | - |
| HSV(B) | 172.5º | 0.47% | 0.53% | - |
| XYZ | 15.37 | 20.54 | 23.58 | - |
| YUV | 115.95 | 134.8 | 96.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 136 | 128 | 0.47 | 0 | 0.06 | 0.47 | 172.5 | 0.31 | 0.41 |
| Hex | 48 | 88 | 80 | 2F | 0 | 6 | 2F | AC | 1F | 29 |
| Octal | 110 | 210 | 200 | 57 | 0 | 6 | 57 | 254 | 37 | 51 |
| Binary | 1001000 | 10001000 | 10000000 | 101111 | 0 | 110 | 101111 | 10101100 | 11111 | 101001 |
Color Harmonies of #488880
Complementary color
Monochromatic Colors of #488880
Black with #488880
Text Example
Text Example
White with #488880
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #488880; }
p { color: rgb(72,136,128); }
H1.HeaderClassName
{
color: #488880;
}
.AnyTagClassName
{
color: #488880;
}
</style>
background-color css
<style>
a { background-color: #488880; }
a { background-color: rgb(72,136,128); }
div.DivClassName
{
background-color: #488880;
}
.BgClassName
{
background-color: #488880;
}
</style>
border-color css
<style>
span { border-color: #488880; }
span { border-color: rgb(72,136,128); }
td.TdClassName
{
border-color: #488880;
}
.TagClassName
{
border-color: #488880;
}
</style>