Shades of Lochinvar #488D88
Tints of Lochinvar #488D88
RGB
CMYK
RGB Variations
Color information
#488D88 (or 0x488D88) is known color: Lochinvar. HEX triplet: 48, 8D and 88. RGB value is (72,141,136). Sum of RGB (Red+Green+Blue) = 72+141+136=349 (46% of max value = 765). Red value is 72 (28.52% from 255 or 20.63% from 349); Green value is 141 (55.47% from 255 or 40.40% from 349); Blue value is 136 (53.52% from 255 or 38.97% from 349); Max value from RGB is 141 - color contains mainly: green. Hex color #488D88 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #488D88 is #B77277. Grayscale: #777777. Windows color (decimal): -12022392 or 8949064. OLE color: 8949064.
HSL color Cylindrical-coordinate representation of color #488D88: hue angle of 175.65º degrees, saturation: 0.32, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #488D88 is Cyan = 0.49, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 72 | 141 | 136 | - |
| CMYK | 0.49 | 0 | 0.04 | 0.45 |
| HSL | 175.65º | 0.32% | 0.42% | - |
| HSV(B) | 175.65º | 0.49% | 0.55% | - |
| XYZ | 16.64 | 22.21 | 26.7 | - |
| YUV | 119.8 | 137.14 | 93.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 141 | 136 | 0.49 | 0 | 0.04 | 0.45 | 175.65 | 0.32 | 0.42 |
| Hex | 48 | 8D | 88 | 31 | 0 | 4 | 2D | B0 | 20 | 2A |
| Octal | 110 | 215 | 210 | 61 | 0 | 4 | 55 | 260 | 40 | 52 |
| Binary | 1001000 | 10001101 | 10001000 | 110001 | 0 | 100 | 101101 | 10110000 | 100000 | 101010 |
Color Harmonies of #488D88
Complementary color
Monochromatic Colors of #488D88
Black with #488D88
Text Example
Text Example
White with #488D88
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #488D88; }
p { color: rgb(72,141,136); }
H1.HeaderClassName
{
color: #488D88;
}
.AnyTagClassName
{
color: #488D88;
}
</style>
background-color css
<style>
a { background-color: #488D88; }
a { background-color: rgb(72,141,136); }
div.DivClassName
{
background-color: #488D88;
}
.BgClassName
{
background-color: #488D88;
}
</style>
border-color css
<style>
span { border-color: #488D88; }
span { border-color: rgb(72,141,136); }
td.TdClassName
{
border-color: #488D88;
}
.TagClassName
{
border-color: #488D88;
}
</style>