Shades of Lochinvar #489D8C
Tints of Lochinvar #489D8C
RGB
CMYK
RGB Variations
Color information
#489D8C (or 0x489D8C) is known color: Lochinvar. HEX triplet: 48, 9D and 8C. RGB value is (72,157,140). Sum of RGB (Red+Green+Blue) = 72+157+140=369 (48% of max value = 765). Red value is 72 (28.52% from 255 or 19.51% from 369); Green value is 157 (61.72% from 255 or 42.55% from 369); Blue value is 140 (55.08% from 255 or 37.94% from 369); Max value from RGB is 157 - color contains mainly: green. Hex color #489D8C is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #489D8C is #B76273. Grayscale: #818181. Windows color (decimal): -12018292 or 9215304. OLE color: 9215304.
HSL color Cylindrical-coordinate representation of color #489D8C: hue angle of 168º degrees, saturation: 0.37, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #489D8C is Cyan = 0.54, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 72 | 157 | 140 | - |
| CMYK | 0.54 | 0 | 0.11 | 0.38 |
| HSL | 168º | 0.37% | 0.45% | - |
| HSV(B) | 168º | 0.54% | 0.62% | - |
| XYZ | 19.46 | 27.39 | 29.07 | - |
| YUV | 129.65 | 133.84 | 86.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 157 | 140 | 0.54 | 0 | 0.11 | 0.38 | 168 | 0.37 | 0.45 |
| Hex | 48 | 9D | 8C | 36 | 0 | B | 26 | A8 | 25 | 2D |
| Octal | 110 | 235 | 214 | 66 | 0 | 13 | 46 | 250 | 45 | 55 |
| Binary | 1001000 | 10011101 | 10001100 | 110110 | 0 | 1011 | 100110 | 10101000 | 100101 | 101101 |
Color Harmonies of #489D8C
Complementary color
Monochromatic Colors of #489D8C
Black with #489D8C
Text Example
Text Example
White with #489D8C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #489D8C; }
p { color: rgb(72,157,140); }
H1.HeaderClassName
{
color: #489D8C;
}
.AnyTagClassName
{
color: #489D8C;
}
</style>
background-color css
<style>
a { background-color: #489D8C; }
a { background-color: rgb(72,157,140); }
div.DivClassName
{
background-color: #489D8C;
}
.BgClassName
{
background-color: #489D8C;
}
</style>
border-color css
<style>
span { border-color: #489D8C; }
span { border-color: rgb(72,157,140); }
td.TdClassName
{
border-color: #489D8C;
}
.TagClassName
{
border-color: #489D8C;
}
</style>