Shades of Lochinvar #488D7B
Tints of Lochinvar #488D7B
RGB
CMYK
RGB Variations
Color information
#488D7B (or 0x488D7B) is known color: Lochinvar. HEX triplet: 48, 8D and 7B. RGB value is (72,141,123). Sum of RGB (Red+Green+Blue) = 72+141+123=336 (44% of max value = 765). Red value is 72 (28.52% from 255 or 21.43% from 336); Green value is 141 (55.47% from 255 or 41.96% from 336); Blue value is 123 (48.44% from 255 or 36.61% from 336); Max value from RGB is 141 - color contains mainly: green. Hex color #488D7B is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #488D7B is #B77284. Grayscale: #767676. Windows color (decimal): -12022405 or 8097096. OLE color: 8097096.
HSL color Cylindrical-coordinate representation of color #488D7B: hue angle of 164.35º 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 #488D7B is Cyan = 0.49, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 72 | 141 | 123 | - |
| CMYK | 0.49 | 0 | 0.13 | 0.45 |
| HSL | 164.35º | 0.32% | 0.42% | - |
| HSV(B) | 164.35º | 0.49% | 0.55% | - |
| XYZ | 15.77 | 21.86 | 22.13 | - |
| YUV | 118.32 | 130.64 | 94.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 141 | 123 | 0.49 | 0 | 0.13 | 0.45 | 164.35 | 0.32 | 0.42 |
| Hex | 48 | 8D | 7B | 31 | 0 | D | 2D | A4 | 20 | 2A |
| Octal | 110 | 215 | 173 | 61 | 0 | 15 | 55 | 244 | 40 | 52 |
| Binary | 1001000 | 10001101 | 1111011 | 110001 | 0 | 1101 | 101101 | 10100100 | 100000 | 101010 |
Color Harmonies of #488D7B
Complementary color
Monochromatic Colors of #488D7B
Black with #488D7B
Text Example
Text Example
White with #488D7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #488D7B; }
p { color: rgb(72,141,123); }
H1.HeaderClassName
{
color: #488D7B;
}
.AnyTagClassName
{
color: #488D7B;
}
</style>
background-color css
<style>
a { background-color: #488D7B; }
a { background-color: rgb(72,141,123); }
div.DivClassName
{
background-color: #488D7B;
}
.BgClassName
{
background-color: #488D7B;
}
</style>
border-color css
<style>
span { border-color: #488D7B; }
span { border-color: rgb(72,141,123); }
td.TdClassName
{
border-color: #488D7B;
}
.TagClassName
{
border-color: #488D7B;
}
</style>