Shades of Lochinvar #488A84
Tints of Lochinvar #488A84
RGB
CMYK
RGB Variations
Color information
#488A84 (or 0x488A84) is known color: Lochinvar. HEX triplet: 48, 8A and 84. RGB value is (72,138,132). Sum of RGB (Red+Green+Blue) = 72+138+132=342 (45% of max value = 765). Red value is 72 (28.52% from 255 or 21.05% from 342); Green value is 138 (54.30% from 255 or 40.35% from 342); Blue value is 132 (51.95% from 255 or 38.60% from 342); Max value from RGB is 138 - color contains mainly: green. Hex color #488A84 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #488A84 is #B7757B. Grayscale: #757575. Windows color (decimal): -12023164 or 8686152. OLE color: 8686152.
HSL color Cylindrical-coordinate representation of color #488A84: hue angle of 174.55º 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 #488A84 is Cyan = 0.48, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 72 | 138 | 132 | - |
| CMYK | 0.48 | 0 | 0.04 | 0.46 |
| HSL | 174.55º | 0.31% | 0.41% | - |
| HSV(B) | 174.55º | 0.48% | 0.54% | - |
| XYZ | 15.93 | 21.22 | 25.09 | - |
| YUV | 117.58 | 136.13 | 95.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 138 | 132 | 0.48 | 0 | 0.04 | 0.46 | 174.55 | 0.31 | 0.41 |
| Hex | 48 | 8A | 84 | 30 | 0 | 4 | 2E | AF | 1F | 29 |
| Octal | 110 | 212 | 204 | 60 | 0 | 4 | 56 | 257 | 37 | 51 |
| Binary | 1001000 | 10001010 | 10000100 | 110000 | 0 | 100 | 101110 | 10101111 | 11111 | 101001 |
Color Harmonies of #488A84
Complementary color
Monochromatic Colors of #488A84
Black with #488A84
Text Example
Text Example
White with #488A84
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #488A84; }
p { color: rgb(72,138,132); }
H1.HeaderClassName
{
color: #488A84;
}
.AnyTagClassName
{
color: #488A84;
}
</style>
background-color css
<style>
a { background-color: #488A84; }
a { background-color: rgb(72,138,132); }
div.DivClassName
{
background-color: #488A84;
}
.BgClassName
{
background-color: #488A84;
}
</style>
border-color css
<style>
span { border-color: #488A84; }
span { border-color: rgb(72,138,132); }
td.TdClassName
{
border-color: #488A84;
}
.TagClassName
{
border-color: #488A84;
}
</style>