Shades of Lochinvar #489B8F
Tints of Lochinvar #489B8F
RGB
CMYK
RGB Variations
Color information
#489B8F (or 0x489B8F) is known color: Lochinvar. HEX triplet: 48, 9B and 8F. RGB value is (72,155,143). Sum of RGB (Red+Green+Blue) = 72+155+143=370 (49% of max value = 765). Red value is 72 (28.52% from 255 or 19.46% from 370); Green value is 155 (60.94% from 255 or 41.89% from 370); Blue value is 143 (56.25% from 255 or 38.65% from 370); Max value from RGB is 155 - color contains mainly: green. Hex color #489B8F is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #489B8F is #B76470. Grayscale: #808080. Windows color (decimal): -12018801 or 9411400. OLE color: 9411400.
HSL color Cylindrical-coordinate representation of color #489B8F: hue angle of 171.33º degrees, saturation: 0.37, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #489B8F is Cyan = 0.54, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 72 | 155 | 143 | - |
| CMYK | 0.54 | 0 | 0.08 | 0.39 |
| HSL | 171.33º | 0.37% | 0.45% | - |
| HSV(B) | 171.33º | 0.54% | 0.61% | - |
| XYZ | 19.35 | 26.8 | 30.14 | - |
| YUV | 128.82 | 136 | 87.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 155 | 143 | 0.54 | 0 | 0.08 | 0.39 | 171.33 | 0.37 | 0.45 |
| Hex | 48 | 9B | 8F | 36 | 0 | 8 | 27 | AB | 25 | 2D |
| Octal | 110 | 233 | 217 | 66 | 0 | 10 | 47 | 253 | 45 | 55 |
| Binary | 1001000 | 10011011 | 10001111 | 110110 | 0 | 1000 | 100111 | 10101011 | 100101 | 101101 |
Color Harmonies of #489B8F
Complementary color
Monochromatic Colors of #489B8F
Black with #489B8F
Text Example
Text Example
White with #489B8F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #489B8F; }
p { color: rgb(72,155,143); }
H1.HeaderClassName
{
color: #489B8F;
}
.AnyTagClassName
{
color: #489B8F;
}
</style>
background-color css
<style>
a { background-color: #489B8F; }
a { background-color: rgb(72,155,143); }
div.DivClassName
{
background-color: #489B8F;
}
.BgClassName
{
background-color: #489B8F;
}
</style>
border-color css
<style>
span { border-color: #489B8F; }
span { border-color: rgb(72,155,143); }
td.TdClassName
{
border-color: #489B8F;
}
.TagClassName
{
border-color: #489B8F;
}
</style>