Shades of Lochinvar #48897D
Tints of Lochinvar #48897D
RGB
CMYK
RGB Variations
Color information
#48897D (or 0x48897D) is known color: Lochinvar. HEX triplet: 48, 89 and 7D. RGB value is (72,137,125). Sum of RGB (Red+Green+Blue) = 72+137+125=334 (44% of max value = 765). Red value is 72 (28.52% from 255 or 21.56% from 334); Green value is 137 (53.91% from 255 or 41.02% from 334); Blue value is 125 (49.22% from 255 or 37.43% from 334); Max value from RGB is 137 - color contains mainly: green. Hex color #48897D is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #48897D is #B77682. Grayscale: #747474. Windows color (decimal): -12023427 or 8227144. OLE color: 8227144.
HSL color Cylindrical-coordinate representation of color #48897D: hue angle of 168.92º 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 #48897D is Cyan = 0.47, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 72 | 137 | 125 | - |
| CMYK | 0.47 | 0 | 0.09 | 0.46 |
| HSL | 168.92º | 0.31% | 0.41% | - |
| HSV(B) | 168.92º | 0.47% | 0.54% | - |
| XYZ | 15.32 | 20.75 | 22.6 | - |
| YUV | 116.2 | 132.97 | 96.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 137 | 125 | 0.47 | 0 | 0.09 | 0.46 | 168.92 | 0.31 | 0.41 |
| Hex | 48 | 89 | 7D | 2F | 0 | 9 | 2E | A9 | 1F | 29 |
| Octal | 110 | 211 | 175 | 57 | 0 | 11 | 56 | 251 | 37 | 51 |
| Binary | 1001000 | 10001001 | 1111101 | 101111 | 0 | 1001 | 101110 | 10101001 | 11111 | 101001 |
Color Harmonies of #48897D
Complementary color
Monochromatic Colors of #48897D
Black with #48897D
Text Example
Text Example
White with #48897D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #48897D; }
p { color: rgb(72,137,125); }
H1.HeaderClassName
{
color: #48897D;
}
.AnyTagClassName
{
color: #48897D;
}
</style>
background-color css
<style>
a { background-color: #48897D; }
a { background-color: rgb(72,137,125); }
div.DivClassName
{
background-color: #48897D;
}
.BgClassName
{
background-color: #48897D;
}
</style>
border-color css
<style>
span { border-color: #48897D; }
span { border-color: rgb(72,137,125); }
td.TdClassName
{
border-color: #48897D;
}
.TagClassName
{
border-color: #48897D;
}
</style>