Shades of Lochinvar #489A90
Tints of Lochinvar #489A90
RGB
CMYK
RGB Variations
Color information
#489A90 (or 0x489A90) is known color: Lochinvar. HEX triplet: 48, 9A and 90. RGB value is (72,154,144). Sum of RGB (Red+Green+Blue) = 72+154+144=370 (49% of max value = 765). Red value is 72 (28.52% from 255 or 19.46% from 370); Green value is 154 (60.55% from 255 or 41.62% from 370); Blue value is 144 (56.64% from 255 or 38.92% from 370); Max value from RGB is 154 - color contains mainly: green. Hex color #489A90 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #489A90 is #B7656F. Grayscale: #808080. Windows color (decimal): -12019056 or 9476680. OLE color: 9476680.
HSL color Cylindrical-coordinate representation of color #489A90: hue angle of 172.68º 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 #489A90 is Cyan = 0.53, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 72 | 154 | 144 | - |
| CMYK | 0.53 | 0 | 0.06 | 0.40 |
| HSL | 172.68º | 0.36% | 0.44% | - |
| HSV(B) | 172.68º | 0.53% | 0.6% | - |
| XYZ | 19.26 | 26.5 | 30.49 | - |
| YUV | 128.34 | 136.83 | 87.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 154 | 144 | 0.53 | 0 | 0.06 | 0.40 | 172.68 | 0.36 | 0.44 |
| Hex | 48 | 9A | 90 | 35 | 0 | 6 | 28 | AD | 24 | 2C |
| Octal | 110 | 232 | 220 | 65 | 0 | 6 | 50 | 255 | 44 | 54 |
| Binary | 1001000 | 10011010 | 10010000 | 110101 | 0 | 110 | 101000 | 10101101 | 100100 | 101100 |
Color Harmonies of #489A90
Complementary color
Monochromatic Colors of #489A90
Black with #489A90
Text Example
Text Example
White with #489A90
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #489A90; }
p { color: rgb(72,154,144); }
H1.HeaderClassName
{
color: #489A90;
}
.AnyTagClassName
{
color: #489A90;
}
</style>
background-color css
<style>
a { background-color: #489A90; }
a { background-color: rgb(72,154,144); }
div.DivClassName
{
background-color: #489A90;
}
.BgClassName
{
background-color: #489A90;
}
</style>
border-color css
<style>
span { border-color: #489A90; }
span { border-color: rgb(72,154,144); }
td.TdClassName
{
border-color: #489A90;
}
.TagClassName
{
border-color: #489A90;
}
</style>