Shades of Lochinvar #488B7D
Tints of Lochinvar #488B7D
RGB
CMYK
RGB Variations
Color information
#488B7D (or 0x488B7D) is known color: Lochinvar. HEX triplet: 48, 8B and 7D. RGB value is (72,139,125). Sum of RGB (Red+Green+Blue) = 72+139+125=336 (44% of max value = 765). Red value is 72 (28.52% from 255 or 21.43% from 336); Green value is 139 (54.69% from 255 or 41.37% from 336); Blue value is 125 (49.22% from 255 or 37.20% from 336); Max value from RGB is 139 - color contains mainly: green. Hex color #488B7D is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #488B7D is #B77482. Grayscale: #757575. Windows color (decimal): -12022915 or 8227656. OLE color: 8227656.
HSL color Cylindrical-coordinate representation of color #488B7D: hue angle of 167.46º 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 #488B7D is Cyan = 0.48, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 72 | 139 | 125 | - |
| CMYK | 0.48 | 0 | 0.10 | 0.45 |
| HSL | 167.46º | 0.32% | 0.41% | - |
| HSV(B) | 167.46º | 0.48% | 0.55% | - |
| XYZ | 15.61 | 21.32 | 22.7 | - |
| YUV | 117.37 | 132.3 | 95.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 139 | 125 | 0.48 | 0 | 0.10 | 0.45 | 167.46 | 0.32 | 0.41 |
| Hex | 48 | 8B | 7D | 30 | 0 | A | 2D | A7 | 20 | 29 |
| Octal | 110 | 213 | 175 | 60 | 0 | 12 | 55 | 247 | 40 | 51 |
| Binary | 1001000 | 10001011 | 1111101 | 110000 | 0 | 1010 | 101101 | 10100111 | 100000 | 101001 |
Color Harmonies of #488B7D
Complementary color
Monochromatic Colors of #488B7D
Black with #488B7D
Text Example
Text Example
White with #488B7D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #488B7D; }
p { color: rgb(72,139,125); }
H1.HeaderClassName
{
color: #488B7D;
}
.AnyTagClassName
{
color: #488B7D;
}
</style>
background-color css
<style>
a { background-color: #488B7D; }
a { background-color: rgb(72,139,125); }
div.DivClassName
{
background-color: #488B7D;
}
.BgClassName
{
background-color: #488B7D;
}
</style>
border-color css
<style>
span { border-color: #488B7D; }
span { border-color: rgb(72,139,125); }
td.TdClassName
{
border-color: #488B7D;
}
.TagClassName
{
border-color: #488B7D;
}
</style>