Shades of Lochinvar #488982
Tints of Lochinvar #488982
RGB
CMYK
RGB Variations
Color information
#488982 (or 0x488982) is known color: Lochinvar. HEX triplet: 48, 89 and 82. RGB value is (72,137,130). Sum of RGB (Red+Green+Blue) = 72+137+130=339 (44% of max value = 765). Red value is 72 (28.52% from 255 or 21.24% from 339); Green value is 137 (53.91% from 255 or 40.41% from 339); Blue value is 130 (51.17% from 255 or 38.35% from 339); Max value from RGB is 137 - color contains mainly: green. Hex color #488982 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #488982 is #B7767D. Grayscale: #747474. Windows color (decimal): -12023422 or 8554824. OLE color: 8554824.
HSL color Cylindrical-coordinate representation of color #488982: hue angle of 173.54º degrees, saturation: 0.31, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #488982 is Cyan = 0.47, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 72 | 137 | 130 | - |
| CMYK | 0.47 | 0 | 0.05 | 0.46 |
| HSL | 173.54º | 0.31% | 0.41% | - |
| HSV(B) | 173.54º | 0.47% | 0.54% | - |
| XYZ | 15.65 | 20.88 | 24.32 | - |
| YUV | 116.77 | 135.47 | 96.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 137 | 130 | 0.47 | 0 | 0.05 | 0.46 | 173.54 | 0.31 | 0.41 |
| Hex | 48 | 89 | 82 | 2F | 0 | 5 | 2E | AE | 1F | 29 |
| Octal | 110 | 211 | 202 | 57 | 0 | 5 | 56 | 256 | 37 | 51 |
| Binary | 1001000 | 10001001 | 10000010 | 101111 | 0 | 101 | 101110 | 10101110 | 11111 | 101001 |
Color Harmonies of #488982
Complementary color
Monochromatic Colors of #488982
Black with #488982
Text Example
Text Example
White with #488982
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #488982; }
p { color: rgb(72,137,130); }
H1.HeaderClassName
{
color: #488982;
}
.AnyTagClassName
{
color: #488982;
}
</style>
background-color css
<style>
a { background-color: #488982; }
a { background-color: rgb(72,137,130); }
div.DivClassName
{
background-color: #488982;
}
.BgClassName
{
background-color: #488982;
}
</style>
border-color css
<style>
span { border-color: #488982; }
span { border-color: rgb(72,137,130); }
td.TdClassName
{
border-color: #488982;
}
.TagClassName
{
border-color: #488982;
}
</style>