Shades of Lochinvar #48877B
Tints of Lochinvar #48877B
RGB
CMYK
RGB Variations
Color information
#48877B (or 0x48877B) is known color: Lochinvar. HEX triplet: 48, 87 and 7B. RGB value is (72,135,123). Sum of RGB (Red+Green+Blue) = 72+135+123=330 (43% of max value = 765). Red value is 72 (28.52% from 255 or 21.82% from 330); Green value is 135 (53.12% from 255 or 40.91% from 330); Blue value is 123 (48.44% from 255 or 37.27% from 330); Max value from RGB is 135 - color contains mainly: green. Hex color #48877B is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #48877B is #B77884. Grayscale: #727272. Windows color (decimal): -12023941 or 8095560. OLE color: 8095560.
HSL color Cylindrical-coordinate representation of color #48877B: hue angle of 168.57º degrees, saturation: 0.3, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #48877B is Cyan = 0.47, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 72 | 135 | 123 | - |
| CMYK | 0.47 | 0 | 0.09 | 0.47 |
| HSL | 168.57º | 0.3% | 0.41% | - |
| HSV(B) | 168.57º | 0.47% | 0.53% | - |
| XYZ | 14.91 | 20.14 | 21.84 | - |
| YUV | 114.8 | 132.63 | 97.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 135 | 123 | 0.47 | 0 | 0.09 | 0.47 | 168.57 | 0.3 | 0.41 |
| Hex | 48 | 87 | 7B | 2F | 0 | 9 | 2F | A9 | 1E | 29 |
| Octal | 110 | 207 | 173 | 57 | 0 | 11 | 57 | 251 | 36 | 51 |
| Binary | 1001000 | 10000111 | 1111011 | 101111 | 0 | 1001 | 101111 | 10101001 | 11110 | 101001 |
Color Harmonies of #48877B
Complementary color
Monochromatic Colors of #48877B
Black with #48877B
Text Example
Text Example
White with #48877B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #48877B; }
p { color: rgb(72,135,123); }
H1.HeaderClassName
{
color: #48877B;
}
.AnyTagClassName
{
color: #48877B;
}
</style>
background-color css
<style>
a { background-color: #48877B; }
a { background-color: rgb(72,135,123); }
div.DivClassName
{
background-color: #48877B;
}
.BgClassName
{
background-color: #48877B;
}
</style>
border-color css
<style>
span { border-color: #48877B; }
span { border-color: rgb(72,135,123); }
td.TdClassName
{
border-color: #48877B;
}
.TagClassName
{
border-color: #48877B;
}
</style>