#498980

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

Shades of Lochinvar #498980

Tints of Lochinvar #498980

Color information

#498980 (or 0x498980) is unknown color: approx Lochinvar. HEX triplet: 49, 89 and 80. RGB value is (73,137,128). Sum of RGB (Red+Green+Blue) = 73+137+128=338 (44% of max value = 765). Red value is 73 (28.91% from 255 or 21.60% from 338); Green value is 137 (53.91% from 255 or 40.53% from 338); Blue value is 128 (50.39% from 255 or 37.87% from 338); Max value from RGB is 137 - color contains mainly: green. Hex color #498980 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #498980 is #B6767F. Grayscale: #747474. Windows color (decimal): -11957888 or 8423753. OLE color: 8423753.

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

Color convert

RGB73137128-
CMYK0.4700.070.46
HSL171.56º30.48%41.18%-
HSV(B)171.56º46.72%53.73%-
XYZ15.5920.8723.63-
YUV116.84134.396.73-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 21.60%
GREEN value IS 137 (53.91% from 255) = 40.53%
BLUE value IS 128 (50.39% from 255) = 37.87%
R=21.60%
G=40.53%
B=37.87%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal731371280.4700.070.46171.5630.4841.18
Hex4989802F072Eac1e29
Octal1112112005707562543651
Binary1001001100010011000000010111101111011101010110011110101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #498980

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #498980; }

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

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

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

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

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

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

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

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