Shades of Lochinvar #489682
Tints of Lochinvar #489682
RGB
CMYK
RGB Variations
Color information
#489682 (or 0x489682) is known color: Lochinvar. HEX triplet: 48, 96 and 82. RGB value is (72,150,130). Sum of RGB (Red+Green+Blue) = 72+150+130=352 (46% of max value = 765). Red value is 72 (28.52% from 255 or 20.45% from 352); Green value is 150 (58.98% from 255 or 42.61% from 352); Blue value is 130 (51.17% from 255 or 36.93% from 352); Max value from RGB is 150 - color contains mainly: green. Hex color #489682 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #489682 is #B7697D. Grayscale: #7C7C7C. Windows color (decimal): -12020094 or 8558152. OLE color: 8558152.
HSL color Cylindrical-coordinate representation of color #489682: hue angle of 164.62º degrees, saturation: 0.35, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #489682 is Cyan = 0.52, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 72 | 150 | 130 | - |
| CMYK | 0.52 | 0 | 0.13 | 0.41 |
| HSL | 164.62º | 0.35% | 0.44% | - |
| HSV(B) | 164.62º | 0.52% | 0.59% | - |
| XYZ | 17.61 | 24.8 | 24.98 | - |
| YUV | 124.4 | 131.16 | 90.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 150 | 130 | 0.52 | 0 | 0.13 | 0.41 | 164.62 | 0.35 | 0.44 |
| Hex | 48 | 96 | 82 | 34 | 0 | D | 29 | A5 | 23 | 2C |
| Octal | 110 | 226 | 202 | 64 | 0 | 15 | 51 | 245 | 43 | 54 |
| Binary | 1001000 | 10010110 | 10000010 | 110100 | 0 | 1101 | 101001 | 10100101 | 100011 | 101100 |
Color Harmonies of #489682
Complementary color
Monochromatic Colors of #489682
Black with #489682
Text Example
Text Example
White with #489682
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #489682; }
p { color: rgb(72,150,130); }
H1.HeaderClassName
{
color: #489682;
}
.AnyTagClassName
{
color: #489682;
}
</style>
background-color css
<style>
a { background-color: #489682; }
a { background-color: rgb(72,150,130); }
div.DivClassName
{
background-color: #489682;
}
.BgClassName
{
background-color: #489682;
}
</style>
border-color css
<style>
span { border-color: #489682; }
span { border-color: rgb(72,150,130); }
td.TdClassName
{
border-color: #489682;
}
.TagClassName
{
border-color: #489682;
}
</style>