Shades of Lochinvar #488B78
Tints of Lochinvar #488B78
RGB
CMYK
RGB Variations
Color information
#488B78 (or 0x488B78) is known color: Lochinvar. HEX triplet: 48, 8B and 78. RGB value is (72,139,120). Sum of RGB (Red+Green+Blue) = 72+139+120=331 (43% of max value = 765). Red value is 72 (28.52% from 255 or 21.75% from 331); Green value is 139 (54.69% from 255 or 41.99% from 331); Blue value is 120 (47.27% from 255 or 36.25% from 331); Max value from RGB is 139 - color contains mainly: green. Hex color #488B78 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #488B78 is #B77487. Grayscale: #747474. Windows color (decimal): -12022920 or 7899976. OLE color: 7899976.
HSL color Cylindrical-coordinate representation of color #488B78: hue angle of 162.99º 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 #488B78 is Cyan = 0.48, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 72 | 139 | 120 | - |
| CMYK | 0.48 | 0 | 0.14 | 0.45 |
| HSL | 162.99º | 0.32% | 0.41% | - |
| HSV(B) | 162.99º | 0.48% | 0.55% | - |
| XYZ | 15.3 | 21.2 | 21.05 | - |
| YUV | 116.8 | 129.8 | 96.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 139 | 120 | 0.48 | 0 | 0.14 | 0.45 | 162.99 | 0.32 | 0.41 |
| Hex | 48 | 8B | 78 | 30 | 0 | E | 2D | A3 | 20 | 29 |
| Octal | 110 | 213 | 170 | 60 | 0 | 16 | 55 | 243 | 40 | 51 |
| Binary | 1001000 | 10001011 | 1111000 | 110000 | 0 | 1110 | 101101 | 10100011 | 100000 | 101001 |
Color Harmonies of #488B78
Complementary color
Monochromatic Colors of #488B78
Black with #488B78
Text Example
Text Example
White with #488B78
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #488B78; }
p { color: rgb(72,139,120); }
H1.HeaderClassName
{
color: #488B78;
}
.AnyTagClassName
{
color: #488B78;
}
</style>
background-color css
<style>
a { background-color: #488B78; }
a { background-color: rgb(72,139,120); }
div.DivClassName
{
background-color: #488B78;
}
.BgClassName
{
background-color: #488B78;
}
</style>
border-color css
<style>
span { border-color: #488B78; }
span { border-color: rgb(72,139,120); }
td.TdClassName
{
border-color: #488B78;
}
.TagClassName
{
border-color: #488B78;
}
</style>