Shades of Lochinvar #488B7C
Tints of Lochinvar #488B7C
RGB
CMYK
RGB Variations
Color information
#488B7C (or 0x488B7C) is known color: Lochinvar. HEX triplet: 48, 8B and 7C. RGB value is (72,139,124). Sum of RGB (Red+Green+Blue) = 72+139+124=335 (44% of max value = 765). Red value is 72 (28.52% from 255 or 21.49% from 335); Green value is 139 (54.69% from 255 or 41.49% from 335); Blue value is 124 (48.83% from 255 or 37.01% from 335); Max value from RGB is 139 - color contains mainly: green. Hex color #488B7C is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #488B7C is #B77483. Grayscale: #757575. Windows color (decimal): -12022916 or 8162120. OLE color: 8162120.
HSL color Cylindrical-coordinate representation of color #488B7C: hue angle of 166.57º degrees, saturation: 0.32, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #488B7C is Cyan = 0.48, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 72 | 139 | 124 | - |
| CMYK | 0.48 | 0 | 0.11 | 0.45 |
| HSL | 166.57º | 0.32% | 0.41% | - |
| HSV(B) | 166.57º | 0.48% | 0.55% | - |
| XYZ | 15.54 | 21.3 | 22.36 | - |
| YUV | 117.26 | 131.8 | 95.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 139 | 124 | 0.48 | 0 | 0.11 | 0.45 | 166.57 | 0.32 | 0.41 |
| Hex | 48 | 8B | 7C | 30 | 0 | B | 2D | A7 | 20 | 29 |
| Octal | 110 | 213 | 174 | 60 | 0 | 13 | 55 | 247 | 40 | 51 |
| Binary | 1001000 | 10001011 | 1111100 | 110000 | 0 | 1011 | 101101 | 10100111 | 100000 | 101001 |
Color Harmonies of #488B7C
Complementary color
Monochromatic Colors of #488B7C
Black with #488B7C
Text Example
Text Example
White with #488B7C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #488B7C; }
p { color: rgb(72,139,124); }
H1.HeaderClassName
{
color: #488B7C;
}
.AnyTagClassName
{
color: #488B7C;
}
</style>
background-color css
<style>
a { background-color: #488B7C; }
a { background-color: rgb(72,139,124); }
div.DivClassName
{
background-color: #488B7C;
}
.BgClassName
{
background-color: #488B7C;
}
</style>
border-color css
<style>
span { border-color: #488B7C; }
span { border-color: rgb(72,139,124); }
td.TdClassName
{
border-color: #488B7C;
}
.TagClassName
{
border-color: #488B7C;
}
</style>