Shades of Lochinvar #488A86
Tints of Lochinvar #488A86
RGB
CMYK
RGB Variations
Color information
#488A86 (or 0x488A86) is known color: Lochinvar. HEX triplet: 48, 8A and 86. RGB value is (72,138,134). Sum of RGB (Red+Green+Blue) = 72+138+134=344 (45% of max value = 765). Red value is 72 (28.52% from 255 or 20.93% from 344); Green value is 138 (54.30% from 255 or 40.12% from 344); Blue value is 134 (52.73% from 255 or 38.95% from 344); Max value from RGB is 138 - color contains mainly: green. Hex color #488A86 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #488A86 is #B77579. Grayscale: #757575. Windows color (decimal): -12023162 or 8817224. OLE color: 8817224.
HSL color Cylindrical-coordinate representation of color #488A86: hue angle of 176.36º 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 #488A86 is Cyan = 0.48, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 72 | 138 | 134 | - |
| CMYK | 0.48 | 0 | 0.03 | 0.46 |
| HSL | 176.36º | 0.31% | 0.41% | - |
| HSV(B) | 176.36º | 0.48% | 0.54% | - |
| XYZ | 16.06 | 21.28 | 25.81 | - |
| YUV | 117.81 | 137.13 | 95.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 138 | 134 | 0.48 | 0 | 0.03 | 0.46 | 176.36 | 0.31 | 0.41 |
| Hex | 48 | 8A | 86 | 30 | 0 | 3 | 2E | B0 | 1F | 29 |
| Octal | 110 | 212 | 206 | 60 | 0 | 3 | 56 | 260 | 37 | 51 |
| Binary | 1001000 | 10001010 | 10000110 | 110000 | 0 | 11 | 101110 | 10110000 | 11111 | 101001 |
Color Harmonies of #488A86
Complementary color
Monochromatic Colors of #488A86
Black with #488A86
Text Example
Text Example
White with #488A86
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #488A86; }
p { color: rgb(72,138,134); }
H1.HeaderClassName
{
color: #488A86;
}
.AnyTagClassName
{
color: #488A86;
}
</style>
background-color css
<style>
a { background-color: #488A86; }
a { background-color: rgb(72,138,134); }
div.DivClassName
{
background-color: #488A86;
}
.BgClassName
{
background-color: #488A86;
}
</style>
border-color css
<style>
span { border-color: #488A86; }
span { border-color: rgb(72,138,134); }
td.TdClassName
{
border-color: #488A86;
}
.TagClassName
{
border-color: #488A86;
}
</style>