Shades of Lochinvar #488E89
Tints of Lochinvar #488E89
RGB
CMYK
RGB Variations
Color information
#488E89 (or 0x488E89) is known color: Lochinvar. HEX triplet: 48, 8E and 89. RGB value is (72,142,137). Sum of RGB (Red+Green+Blue) = 72+142+137=351 (46% of max value = 765). Red value is 72 (28.52% from 255 or 20.51% from 351); Green value is 142 (55.86% from 255 or 40.46% from 351); Blue value is 137 (53.91% from 255 or 39.03% from 351); Max value from RGB is 142 - color contains mainly: green. Hex color #488E89 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #488E89 is #B77176. Grayscale: #787878. Windows color (decimal): -12022135 or 9014856. OLE color: 9014856.
HSL color Cylindrical-coordinate representation of color #488E89: hue angle of 175.71º degrees, saturation: 0.33, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #488E89 is Cyan = 0.49, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 72 | 142 | 137 | - |
| CMYK | 0.49 | 0 | 0.04 | 0.44 |
| HSL | 175.71º | 0.33% | 0.42% | - |
| HSV(B) | 175.71º | 0.49% | 0.56% | - |
| XYZ | 16.86 | 22.53 | 27.13 | - |
| YUV | 120.5 | 137.31 | 93.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 142 | 137 | 0.49 | 0 | 0.04 | 0.44 | 175.71 | 0.33 | 0.42 |
| Hex | 48 | 8E | 89 | 31 | 0 | 4 | 2C | B0 | 21 | 2A |
| Octal | 110 | 216 | 211 | 61 | 0 | 4 | 54 | 260 | 41 | 52 |
| Binary | 1001000 | 10001110 | 10001001 | 110001 | 0 | 100 | 101100 | 10110000 | 100001 | 101010 |
Color Harmonies of #488E89
Complementary color
Monochromatic Colors of #488E89
Black with #488E89
Text Example
Text Example
White with #488E89
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #488E89; }
p { color: rgb(72,142,137); }
H1.HeaderClassName
{
color: #488E89;
}
.AnyTagClassName
{
color: #488E89;
}
</style>
background-color css
<style>
a { background-color: #488E89; }
a { background-color: rgb(72,142,137); }
div.DivClassName
{
background-color: #488E89;
}
.BgClassName
{
background-color: #488E89;
}
</style>
border-color css
<style>
span { border-color: #488E89; }
span { border-color: rgb(72,142,137); }
td.TdClassName
{
border-color: #488E89;
}
.TagClassName
{
border-color: #488E89;
}
</style>