#498679

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

Shades of Lochinvar #498679

Tints of Lochinvar #498679

Color information

#498679 (or 0x498679) is unknown color: approx Lochinvar. HEX triplet: 49, 86 and 79. RGB value is (73,134,121). Sum of RGB (Red+Green+Blue) = 73+134+121=328 (43% of max value = 765). Red value is 73 (28.91% from 255 or 22.26% from 328); Green value is 134 (52.73% from 255 or 40.85% from 328); Blue value is 121 (47.66% from 255 or 36.89% from 328); Max value from RGB is 134 - color contains mainly: green. Hex color #498679 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #498679 is #B67986. Grayscale: #727272. Windows color (decimal): -11958663 or 7964233. OLE color: 7964233.

HSL color Cylindrical-coordinate representation of color #498679: hue angle of 167.21º degrees, saturation: 0.29, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #498679 is Cyan = 0.46, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.47.

Color convert

RGB73134121-
CMYK0.4600.100.47
HSL167.21º29.47%40.59%-
HSV(B)167.21º45.52%52.55%-
XYZ14.7219.8521.14-
YUV114.28131.7998.56-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 22.26%
GREEN value IS 134 (52.73% from 255) = 40.85%
BLUE value IS 121 (47.66% from 255) = 36.89%
R=22.26%
G=40.85%
B=36.89%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal731341210.4600.100.47167.2129.4740.59
Hex4986792E0A2Fa71d29
Octal11120617156012572473551
Binary1001001100001101111001101110010101011111010011111101101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #498679

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #498679; }

 p { color: rgb(73,134,121); }

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

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

 a { background-color: rgb(73,134,121); }

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

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

 span { border-color: rgb(73,134,121); }

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