Shades of Lochinvar #498580
Tints of Lochinvar #498580
RGB
CMYK
RGB Variations
Color information
#498580 (or 0x498580) is known color: Lochinvar. HEX triplet: 49, 85 and 80. RGB value is (73,133,128). Sum of RGB (Red+Green+Blue) = 73+133+128=334 (44% of max value = 765). Red value is 73 (28.91% from 255 or 21.86% from 334); Green value is 133 (52.34% from 255 or 39.82% from 334); Blue value is 128 (50.39% from 255 or 38.32% from 334); Max value from RGB is 133 - color contains mainly: green. Hex color #498580 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #498580 is #B67A7F. Grayscale: #727272. Windows color (decimal): -11958912 or 8422729. OLE color: 8422729.
HSL color Cylindrical-coordinate representation of color #498580: hue angle of 175º degrees, saturation: 0.29, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #498580 is Cyan = 0.45, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 73 | 133 | 128 | - |
| CMYK | 0.45 | 0 | 0.04 | 0.48 |
| HSL | 175º | 0.29% | 0.4% | - |
| HSV(B) | 175º | 0.45% | 0.52% | - |
| XYZ | 15.03 | 19.75 | 23.44 | - |
| YUV | 114.49 | 135.62 | 98.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 133 | 128 | 0.45 | 0 | 0.04 | 0.48 | 175 | 0.29 | 0.4 |
| Hex | 49 | 85 | 80 | 2D | 0 | 4 | 30 | AF | 1D | 28 |
| Octal | 111 | 205 | 200 | 55 | 0 | 4 | 60 | 257 | 35 | 50 |
| Binary | 1001001 | 10000101 | 10000000 | 101101 | 0 | 100 | 110000 | 10101111 | 11101 | 101000 |
Color Harmonies of #498580
Complementary color
Monochromatic Colors of #498580
Black with #498580
Text Example
Text Example
White with #498580
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #498580; }
p { color: rgb(73,133,128); }
H1.HeaderClassName
{
color: #498580;
}
.AnyTagClassName
{
color: #498580;
}
</style>
background-color css
<style>
a { background-color: #498580; }
a { background-color: rgb(73,133,128); }
div.DivClassName
{
background-color: #498580;
}
.BgClassName
{
background-color: #498580;
}
</style>
border-color css
<style>
span { border-color: #498580; }
span { border-color: rgb(73,133,128); }
td.TdClassName
{
border-color: #498580;
}
.TagClassName
{
border-color: #498580;
}
</style>