Shades of Lochinvar #489485
Tints of Lochinvar #489485
RGB
CMYK
RGB Variations
Color information
#489485 (or 0x489485) is known color: Lochinvar. HEX triplet: 48, 94 and 85. RGB value is (72,148,133). Sum of RGB (Red+Green+Blue) = 72+148+133=353 (46% of max value = 765). Red value is 72 (28.52% from 255 or 20.40% from 353); Green value is 148 (58.20% from 255 or 41.93% from 353); Blue value is 133 (52.34% from 255 or 37.68% from 353); Max value from RGB is 148 - color contains mainly: green. Hex color #489485 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #489485 is #B76B7A. Grayscale: #7B7B7B. Windows color (decimal): -12020603 or 8754248. OLE color: 8754248.
HSL color Cylindrical-coordinate representation of color #489485: hue angle of 168.16º degrees, saturation: 0.35, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #489485 is Cyan = 0.51, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 72 | 148 | 133 | - |
| CMYK | 0.51 | 0 | 0.10 | 0.42 |
| HSL | 168.16º | 0.35% | 0.43% | - |
| HSV(B) | 168.16º | 0.51% | 0.58% | - |
| XYZ | 17.5 | 24.25 | 25.95 | - |
| YUV | 123.57 | 133.32 | 91.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 148 | 133 | 0.51 | 0 | 0.10 | 0.42 | 168.16 | 0.35 | 0.43 |
| Hex | 48 | 94 | 85 | 33 | 0 | A | 2A | A8 | 23 | 2B |
| Octal | 110 | 224 | 205 | 63 | 0 | 12 | 52 | 250 | 43 | 53 |
| Binary | 1001000 | 10010100 | 10000101 | 110011 | 0 | 1010 | 101010 | 10101000 | 100011 | 101011 |
Color Harmonies of #489485
Complementary color
Monochromatic Colors of #489485
Black with #489485
Text Example
Text Example
White with #489485
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #489485; }
p { color: rgb(72,148,133); }
H1.HeaderClassName
{
color: #489485;
}
.AnyTagClassName
{
color: #489485;
}
</style>
background-color css
<style>
a { background-color: #489485; }
a { background-color: rgb(72,148,133); }
div.DivClassName
{
background-color: #489485;
}
.BgClassName
{
background-color: #489485;
}
</style>
border-color css
<style>
span { border-color: #489485; }
span { border-color: rgb(72,148,133); }
td.TdClassName
{
border-color: #489485;
}
.TagClassName
{
border-color: #489485;
}
</style>