#498A84

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

Shades of Lochinvar #498A84

Tints of Lochinvar #498A84

Color information

#498A84 (or 0x498A84) is unknown color: approx Lochinvar. HEX triplet: 49, 8A and 84. RGB value is (73,138,132). Sum of RGB (Red+Green+Blue) = 73+138+132=343 (45% of max value = 765). Red value is 73 (28.91% from 255 or 21.28% from 343); Green value is 138 (54.30% from 255 or 40.23% from 343); Blue value is 132 (51.95% from 255 or 38.48% from 343); Max value from RGB is 138 - color contains mainly: green. Hex color #498A84 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #498A84 is #B6757B. Grayscale: #757575. Windows color (decimal): -11957628 or 8686153. OLE color: 8686153.

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

Color convert

RGB73138132-
CMYK0.4700.040.46
HSL174.46º30.81%41.37%-
HSV(B)174.46º47.1%54.12%-
XYZ1621.2625.09-
YUV117.88135.9795.99-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 21.28%
GREEN value IS 138 (54.30% from 255) = 40.23%
BLUE value IS 132 (51.95% from 255) = 38.48%
R=21.28%
G=40.23%
B=38.48%

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
Decimal731381320.4700.040.46174.4630.8141.37
Hex498A842F042Eae1f29
Octal1112122045704562563751
Binary1001001100010101000010010111101001011101010111011111101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #498A84

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #498A84; }

 p { color: rgb(73,138,132); }

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

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

 a { background-color: rgb(73,138,132); }

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

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

 span { border-color: rgb(73,138,132); }

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