Shades of Lochinvar #488C7B
Tints of Lochinvar #488C7B
RGB
CMYK
RGB Variations
Color information
#488C7B (or 0x488C7B) is known color: Lochinvar. HEX triplet: 48, 8C and 7B. RGB value is (72,140,123). Sum of RGB (Red+Green+Blue) = 72+140+123=335 (44% of max value = 765). Red value is 72 (28.52% from 255 or 21.49% from 335); Green value is 140 (55.08% from 255 or 41.79% from 335); Blue value is 123 (48.44% from 255 or 36.72% from 335); Max value from RGB is 140 - color contains mainly: green. Hex color #488C7B is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #488C7B is #B77384. Grayscale: #757575. Windows color (decimal): -12022661 or 8096840. OLE color: 8096840.
HSL color Cylindrical-coordinate representation of color #488C7B: hue angle of 165º degrees, saturation: 0.32, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #488C7B is Cyan = 0.49, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 72 | 140 | 123 | - |
| CMYK | 0.49 | 0 | 0.12 | 0.45 |
| HSL | 165º | 0.32% | 0.42% | - |
| HSV(B) | 165º | 0.49% | 0.55% | - |
| XYZ | 15.63 | 21.56 | 22.08 | - |
| YUV | 117.73 | 130.97 | 95.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 140 | 123 | 0.49 | 0 | 0.12 | 0.45 | 165 | 0.32 | 0.42 |
| Hex | 48 | 8C | 7B | 31 | 0 | C | 2D | A5 | 20 | 2A |
| Octal | 110 | 214 | 173 | 61 | 0 | 14 | 55 | 245 | 40 | 52 |
| Binary | 1001000 | 10001100 | 1111011 | 110001 | 0 | 1100 | 101101 | 10100101 | 100000 | 101010 |
Color Harmonies of #488C7B
Complementary color
Monochromatic Colors of #488C7B
Black with #488C7B
Text Example
Text Example
White with #488C7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #488C7B; }
p { color: rgb(72,140,123); }
H1.HeaderClassName
{
color: #488C7B;
}
.AnyTagClassName
{
color: #488C7B;
}
</style>
background-color css
<style>
a { background-color: #488C7B; }
a { background-color: rgb(72,140,123); }
div.DivClassName
{
background-color: #488C7B;
}
.BgClassName
{
background-color: #488C7B;
}
</style>
border-color css
<style>
span { border-color: #488C7B; }
span { border-color: rgb(72,140,123); }
td.TdClassName
{
border-color: #488C7B;
}
.TagClassName
{
border-color: #488C7B;
}
</style>