Shades of Lochinvar #498A7B
Tints of Lochinvar #498A7B
RGB
CMYK
RGB Variations
Color information
#498A7B (or 0x498A7B) is known color: Lochinvar. HEX triplet: 49, 8A and 7B. RGB value is (73,138,123). Sum of RGB (Red+Green+Blue) = 73+138+123=334 (44% of max value = 765). Red value is 73 (28.91% from 255 or 21.86% from 334); Green value is 138 (54.30% from 255 or 41.32% from 334); Blue value is 123 (48.44% from 255 or 36.83% from 334); Max value from RGB is 138 - color contains mainly: green. Hex color #498A7B is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #498A7B is #B67584. Grayscale: #747474. Windows color (decimal): -11957637 or 8096329. OLE color: 8096329.
HSL color Cylindrical-coordinate representation of color #498A7B: hue angle of 166.15º degrees, saturation: 0.31, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #498A7B is Cyan = 0.47, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 73 | 138 | 123 | - |
| CMYK | 0.47 | 0 | 0.11 | 0.46 |
| HSL | 166.15º | 0.31% | 0.41% | - |
| HSV(B) | 166.15º | 0.47% | 0.54% | - |
| XYZ | 15.41 | 21.02 | 21.98 | - |
| YUV | 116.86 | 131.47 | 96.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 138 | 123 | 0.47 | 0 | 0.11 | 0.46 | 166.15 | 0.31 | 0.41 |
| Hex | 49 | 8A | 7B | 2F | 0 | B | 2E | A6 | 1F | 29 |
| Octal | 111 | 212 | 173 | 57 | 0 | 13 | 56 | 246 | 37 | 51 |
| Binary | 1001001 | 10001010 | 1111011 | 101111 | 0 | 1011 | 101110 | 10100110 | 11111 | 101001 |
Color Harmonies of #498A7B
Complementary color
Monochromatic Colors of #498A7B
Black with #498A7B
Text Example
Text Example
White with #498A7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #498A7B; }
p { color: rgb(73,138,123); }
H1.HeaderClassName
{
color: #498A7B;
}
.AnyTagClassName
{
color: #498A7B;
}
</style>
background-color css
<style>
a { background-color: #498A7B; }
a { background-color: rgb(73,138,123); }
div.DivClassName
{
background-color: #498A7B;
}
.BgClassName
{
background-color: #498A7B;
}
</style>
border-color css
<style>
span { border-color: #498A7B; }
span { border-color: rgb(73,138,123); }
td.TdClassName
{
border-color: #498A7B;
}
.TagClassName
{
border-color: #498A7B;
}
</style>