Shades of Lochinvar #488B88
Tints of Lochinvar #488B88
RGB
CMYK
RGB Variations
Color information
#488B88 (or 0x488B88) is known color: Lochinvar. HEX triplet: 48, 8B and 88. RGB value is (72,139,136). Sum of RGB (Red+Green+Blue) = 72+139+136=347 (45% of max value = 765). Red value is 72 (28.52% from 255 or 20.75% from 347); Green value is 139 (54.69% from 255 or 40.06% from 347); Blue value is 136 (53.52% from 255 or 39.19% from 347); Max value from RGB is 139 - color contains mainly: green. Hex color #488B88 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #488B88 is #B77477. Grayscale: #767676. Windows color (decimal): -12022904 or 8948552. OLE color: 8948552.
HSL color Cylindrical-coordinate representation of color #488B88: hue angle of 177.31º 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 #488B88 is Cyan = 0.48, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 72 | 139 | 136 | - |
| CMYK | 0.48 | 0 | 0.02 | 0.45 |
| HSL | 177.31º | 0.32% | 0.41% | - |
| HSV(B) | 177.31º | 0.48% | 0.55% | - |
| XYZ | 16.35 | 21.62 | 26.6 | - |
| YUV | 118.63 | 137.8 | 94.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 139 | 136 | 0.48 | 0 | 0.02 | 0.45 | 177.31 | 0.32 | 0.41 |
| Hex | 48 | 8B | 88 | 30 | 0 | 2 | 2D | B1 | 20 | 29 |
| Octal | 110 | 213 | 210 | 60 | 0 | 2 | 55 | 261 | 40 | 51 |
| Binary | 1001000 | 10001011 | 10001000 | 110000 | 0 | 10 | 101101 | 10110001 | 100000 | 101001 |
Color Harmonies of #488B88
Complementary color
Monochromatic Colors of #488B88
Black with #488B88
Text Example
Text Example
White with #488B88
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #488B88; }
p { color: rgb(72,139,136); }
H1.HeaderClassName
{
color: #488B88;
}
.AnyTagClassName
{
color: #488B88;
}
</style>
background-color css
<style>
a { background-color: #488B88; }
a { background-color: rgb(72,139,136); }
div.DivClassName
{
background-color: #488B88;
}
.BgClassName
{
background-color: #488B88;
}
</style>
border-color css
<style>
span { border-color: #488B88; }
span { border-color: rgb(72,139,136); }
td.TdClassName
{
border-color: #488B88;
}
.TagClassName
{
border-color: #488B88;
}
</style>