Shades of Lochinvar #489D92
Tints of Lochinvar #489D92
RGB
CMYK
RGB Variations
Color information
#489D92 (or 0x489D92) is known color: Lochinvar. HEX triplet: 48, 9D and 92. RGB value is (72,157,146). Sum of RGB (Red+Green+Blue) = 72+157+146=375 (49% of max value = 765). Red value is 72 (28.52% from 255 or 19.2% from 375); Green value is 157 (61.72% from 255 or 41.87% from 375); Blue value is 146 (57.42% from 255 or 38.93% from 375); Max value from RGB is 157 - color contains mainly: green. Hex color #489D92 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #489D92 is #B7626D. Grayscale: #828282. Windows color (decimal): -12018286 or 9608520. OLE color: 9608520.
HSL color Cylindrical-coordinate representation of color #489D92: hue angle of 172.24º degrees, saturation: 0.37, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #489D92 is Cyan = 0.54, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 72 | 157 | 146 | - |
| CMYK | 0.54 | 0 | 0.07 | 0.38 |
| HSL | 172.24º | 0.37% | 0.45% | - |
| HSV(B) | 172.24º | 0.54% | 0.62% | - |
| XYZ | 19.92 | 27.57 | 31.47 | - |
| YUV | 130.33 | 136.84 | 86.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 157 | 146 | 0.54 | 0 | 0.07 | 0.38 | 172.24 | 0.37 | 0.45 |
| Hex | 48 | 9D | 92 | 36 | 0 | 7 | 26 | AC | 25 | 2D |
| Octal | 110 | 235 | 222 | 66 | 0 | 7 | 46 | 254 | 45 | 55 |
| Binary | 1001000 | 10011101 | 10010010 | 110110 | 0 | 111 | 100110 | 10101100 | 100101 | 101101 |
Color Harmonies of #489D92
Complementary color
Monochromatic Colors of #489D92
Black with #489D92
Text Example
Text Example
White with #489D92
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #489D92; }
p { color: rgb(72,157,146); }
H1.HeaderClassName
{
color: #489D92;
}
.AnyTagClassName
{
color: #489D92;
}
</style>
background-color css
<style>
a { background-color: #489D92; }
a { background-color: rgb(72,157,146); }
div.DivClassName
{
background-color: #489D92;
}
.BgClassName
{
background-color: #489D92;
}
</style>
border-color css
<style>
span { border-color: #489D92; }
span { border-color: rgb(72,157,146); }
td.TdClassName
{
border-color: #489D92;
}
.TagClassName
{
border-color: #489D92;
}
</style>