#498983

Color #498983 Lochinvar (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Lochinvar #498983

Tints of Lochinvar #498983

Color information

#498983 (or 0x498983) is unknown color: approx Lochinvar. HEX triplet: 49, 89 and 83. RGB value is (73,137,131). Sum of RGB (Red+Green+Blue) = 73+137+131=341 (45% of max value = 765). Red value is 73 (28.91% from 255 or 21.41% from 341); Green value is 137 (53.91% from 255 or 40.18% from 341); Blue value is 131 (51.56% from 255 or 38.42% from 341); Max value from RGB is 137 - color contains mainly: green. Hex color #498983 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #498983 is #B6767C. Grayscale: #757575. Windows color (decimal): -11957885 or 8620361. OLE color: 8620361.

HSL color Cylindrical-coordinate representation of color #498983: hue angle of 174.38º degrees, saturation: 0.3, 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 #498983 is Cyan = 0.47, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.46.

Color convert

RGB73137131-
CMYK0.4700.040.46
HSL174.38º30.48%41.18%-
HSV(B)174.38º46.72%53.73%-
XYZ15.7920.9524.68-
YUV117.18135.896.49-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 73 (28.91% from 255) = 21.41%
GREEN value IS 137 (53.91% from 255) = 40.18%
BLUE value IS 131 (51.56% from 255) = 38.42%
R=21.41%
G=40.18%
B=38.42%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal731371310.4700.040.46174.3830.4841.18
Hex4989832F042Eae1e29
Octal1112112035704562563651
Binary1001001100010011000001110111101001011101010111011110101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #498983

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #498983; }

 p { color: rgb(73,137,131); }

 H1.HeaderClassName
 {
   color: #498983;
 }
 .AnyTagClassName
 {
   color: #498983;
 }
</style>
background-color css

<style>
 a { background-color: #498983; }

 a { background-color: rgb(73,137,131); }

 div.DivClassName
 {
   background-color: #498983;
 }
 .BgClassName
 {
   background-color: #498983;
 }
</style>
border-color css

<style>
 span { border-color: #498983; }

 span { border-color: rgb(73,137,131); }

 td.TdClassName
 {
   border-color: #498983;
 }
 .TagClassName
 {
   border-color: #498983;
 }
</style>