Shades of Lochinvar #489990
Tints of Lochinvar #489990
RGB
CMYK
RGB Variations
Color information
#489990 (or 0x489990) is known color: Lochinvar. HEX triplet: 48, 99 and 90. RGB value is (72,153,144). Sum of RGB (Red+Green+Blue) = 72+153+144=369 (48% of max value = 765). Red value is 72 (28.52% from 255 or 19.51% from 369); Green value is 153 (60.16% from 255 or 41.46% from 369); Blue value is 144 (56.64% from 255 or 39.02% from 369); Max value from RGB is 153 - color contains mainly: green. Hex color #489990 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #489990 is #B7666F. Grayscale: #7F7F7F. Windows color (decimal): -12019312 or 9476424. OLE color: 9476424.
HSL color Cylindrical-coordinate representation of color #489990: hue angle of 173.33º degrees, saturation: 0.36, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #489990 is Cyan = 0.53, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 72 | 153 | 144 | - |
| CMYK | 0.53 | 0 | 0.06 | 0.4 |
| HSL | 173.33º | 0.36% | 0.44% | - |
| HSV(B) | 173.33º | 0.53% | 0.6% | - |
| XYZ | 19.1 | 26.17 | 30.43 | - |
| YUV | 127.76 | 137.16 | 88.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 153 | 144 | 0.53 | 0 | 0.06 | 0.4 | 173.33 | 0.36 | 0.44 |
| Hex | 48 | 99 | 90 | 35 | 0 | 6 | 28 | AD | 24 | 2C |
| Octal | 110 | 231 | 220 | 65 | 0 | 6 | 50 | 255 | 44 | 54 |
| Binary | 1001000 | 10011001 | 10010000 | 110101 | 0 | 110 | 101000 | 10101101 | 100100 | 101100 |
Color Harmonies of #489990
Complementary color
Monochromatic Colors of #489990
Black with #489990
Text Example
Text Example
White with #489990
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #489990; }
p { color: rgb(72,153,144); }
H1.HeaderClassName
{
color: #489990;
}
.AnyTagClassName
{
color: #489990;
}
</style>
background-color css
<style>
a { background-color: #489990; }
a { background-color: rgb(72,153,144); }
div.DivClassName
{
background-color: #489990;
}
.BgClassName
{
background-color: #489990;
}
</style>
border-color css
<style>
span { border-color: #489990; }
span { border-color: rgb(72,153,144); }
td.TdClassName
{
border-color: #489990;
}
.TagClassName
{
border-color: #489990;
}
</style>