Shades of Lochinvar #488A87
Tints of Lochinvar #488A87
RGB
CMYK
RGB Variations
Color information
#488A87 (or 0x488A87) is known color: Lochinvar. HEX triplet: 48, 8A and 87. RGB value is (72,138,135). Sum of RGB (Red+Green+Blue) = 72+138+135=345 (45% of max value = 765). Red value is 72 (28.52% from 255 or 20.87% from 345); Green value is 138 (54.30% from 255 or 40% from 345); Blue value is 135 (53.12% from 255 or 39.13% from 345); Max value from RGB is 138 - color contains mainly: green. Hex color #488A87 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #488A87 is #B77578. Grayscale: #757575. Windows color (decimal): -12023161 or 8882760. OLE color: 8882760.
HSL color Cylindrical-coordinate representation of color #488A87: hue angle of 177.27º degrees, saturation: 0.31, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #488A87 is Cyan = 0.48, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 72 | 138 | 135 | - |
| CMYK | 0.48 | 0 | 0.02 | 0.46 |
| HSL | 177.27º | 0.31% | 0.41% | - |
| HSV(B) | 177.27º | 0.48% | 0.54% | - |
| XYZ | 16.13 | 21.3 | 26.18 | - |
| YUV | 117.92 | 137.63 | 95.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 138 | 135 | 0.48 | 0 | 0.02 | 0.46 | 177.27 | 0.31 | 0.41 |
| Hex | 48 | 8A | 87 | 30 | 0 | 2 | 2E | B1 | 1F | 29 |
| Octal | 110 | 212 | 207 | 60 | 0 | 2 | 56 | 261 | 37 | 51 |
| Binary | 1001000 | 10001010 | 10000111 | 110000 | 0 | 10 | 101110 | 10110001 | 11111 | 101001 |
Color Harmonies of #488A87
Complementary color
Monochromatic Colors of #488A87
Black with #488A87
Text Example
Text Example
White with #488A87
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #488A87; }
p { color: rgb(72,138,135); }
H1.HeaderClassName
{
color: #488A87;
}
.AnyTagClassName
{
color: #488A87;
}
</style>
background-color css
<style>
a { background-color: #488A87; }
a { background-color: rgb(72,138,135); }
div.DivClassName
{
background-color: #488A87;
}
.BgClassName
{
background-color: #488A87;
}
</style>
border-color css
<style>
span { border-color: #488A87; }
span { border-color: rgb(72,138,135); }
td.TdClassName
{
border-color: #488A87;
}
.TagClassName
{
border-color: #488A87;
}
</style>