Html Css Color HEX #499179 Lochinvar

📋 copy color: '#499179'

red 73 ◦ green 145 ◦ blue 121

#499179
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Lochinvar #499179

Tints of Lochinvar #499179

RGB

 RED value IS 73 (28.91% from 255) = 21.53%

 GREEN value IS 145 (57.03% from 255) = 42.77%

 BLUE value IS 121 (47.66% from 255) = 35.69%

R = 21.53%
G = 42.77%
B = 35.69%

CMYK

 C value IS 0.50

 M value IS 0

 Y value IS 0.17

 K value IS 0.43

RGB Variations

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

Color information

#499179 (or 0x499179) is known color: Lochinvar. HEX triplet: 49, 91 and 79. RGB value is (73,145,121). Sum of RGB (Red+Green+Blue) = 73+145+121=339 (44% of max value = 765). Red value is 73 (28.91% from 255 or 21.53% from 339); Green value is 145 (57.03% from 255 or 42.77% from 339); Blue value is 121 (47.66% from 255 or 35.69% from 339); Max value from RGB is 145 - color contains mainly: green. Hex color #499179 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #499179 is #B66E86. Grayscale: #787878. Windows color (decimal): -11955847 or 7967049. OLE color: 7967049.

HSL color Cylindrical-coordinate representation of color #499179: hue angle of 160º degrees, saturation: 0.33, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #499179 is Cyan = 0.50, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.43.

Color convert

RGB 73 145 121 -
CMYK 0.50 0 0.17 0.43
HSL 160º 0.33% 0.43% -
HSV(B) 160º 0.5% 0.57% -
XYZ 16.32 23.05 21.68 -
YUV 120.74 128.15 93.95 -
System Red Green Blue C M Y K H S L
Decimal 73 145 121 0.50 0 0.17 0.43 160 0.33 0.43
Hex 49 91 79 32 0 11 2B A0 21 2B
Octal 111 221 171 62 0 21 53 240 41 53
Binary 1001001 10010001 1111001 110010 0 10001 101011 10100000 100001 101011

Color Harmonies of #499179

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #499179

Black with #499179

Text Example


Text Example

White with #499179

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #499179; }

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

 H1.HeaderClassName
 {
   color: #499179;
 }
 .AnyTagClassName
 {
   color: #499179;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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