Shades of Lochinvar #488881
Tints of Lochinvar #488881
RGB
CMYK
RGB Variations
Color information
#488881 (or 0x488881) is known color: Lochinvar. HEX triplet: 48, 88 and 81. RGB value is (72,136,129). Sum of RGB (Red+Green+Blue) = 72+136+129=337 (44% of max value = 765). Red value is 72 (28.52% from 255 or 21.36% from 337); Green value is 136 (53.52% from 255 or 40.36% from 337); Blue value is 129 (50.78% from 255 or 38.28% from 337); Max value from RGB is 136 - color contains mainly: green. Hex color #488881 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #488881 is #B7777E. Grayscale: #747474. Windows color (decimal): -12023679 or 8489032. OLE color: 8489032.
HSL color Cylindrical-coordinate representation of color #488881: hue angle of 173.44º 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 #488881 is Cyan = 0.47, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 72 | 136 | 129 | - |
| CMYK | 0.47 | 0 | 0.05 | 0.47 |
| HSL | 173.44º | 0.31% | 0.41% | - |
| HSV(B) | 173.44º | 0.47% | 0.53% | - |
| XYZ | 15.44 | 20.57 | 23.93 | - |
| YUV | 116.07 | 135.3 | 96.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 136 | 129 | 0.47 | 0 | 0.05 | 0.47 | 173.44 | 0.31 | 0.41 |
| Hex | 48 | 88 | 81 | 2F | 0 | 5 | 2F | AD | 1F | 29 |
| Octal | 110 | 210 | 201 | 57 | 0 | 5 | 57 | 255 | 37 | 51 |
| Binary | 1001000 | 10001000 | 10000001 | 101111 | 0 | 101 | 101111 | 10101101 | 11111 | 101001 |
Color Harmonies of #488881
Complementary color
Monochromatic Colors of #488881
Black with #488881
Text Example
Text Example
White with #488881
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #488881; }
p { color: rgb(72,136,129); }
H1.HeaderClassName
{
color: #488881;
}
.AnyTagClassName
{
color: #488881;
}
</style>
background-color css
<style>
a { background-color: #488881; }
a { background-color: rgb(72,136,129); }
div.DivClassName
{
background-color: #488881;
}
.BgClassName
{
background-color: #488881;
}
</style>
border-color css
<style>
span { border-color: #488881; }
span { border-color: rgb(72,136,129); }
td.TdClassName
{
border-color: #488881;
}
.TagClassName
{
border-color: #488881;
}
</style>