Html Css Color HEX #499181 Lochinvar

📋 copy color: '#499181'

red 73 ◦ green 145 ◦ blue 129

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

Shades of Lochinvar #499181

Tints of Lochinvar #499181

RGB

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

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

 BLUE value IS 129 (50.78% from 255) = 37.18%

R = 21.04%
G = 41.79%
B = 37.18%

CMYK

 C value IS 0.50

 M value IS 0

 Y value IS 0.11

 K value IS 0.43

RGB Variations

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

Color information

#499181 (or 0x499181) is known color: Lochinvar. HEX triplet: 49, 91 and 81. RGB value is (73,145,129). Sum of RGB (Red+Green+Blue) = 73+145+129=347 (45% of max value = 765). Red value is 73 (28.91% from 255 or 21.04% from 347); Green value is 145 (57.03% from 255 or 41.79% from 347); Blue value is 129 (50.78% from 255 or 37.18% from 347); Max value from RGB is 145 - color contains mainly: green. Hex color #499181 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #499181 is #B66E7E. Grayscale: #797979. Windows color (decimal): -11955839 or 8491337. OLE color: 8491337.

HSL color Cylindrical-coordinate representation of color #499181: hue angle of 166.67º 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 #499181 is Cyan = 0.50, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.43.

Color convert

RGB 73 145 129 -
CMYK 0.50 0 0.11 0.43
HSL 166.67º 0.33% 0.43% -
HSV(B) 166.67º 0.5% 0.57% -
XYZ 16.84 23.25 24.37 -
YUV 121.65 132.15 93.3 -
System Red Green Blue C M Y K H S L
Decimal 73 145 129 0.50 0 0.11 0.43 166.67 0.33 0.43
Hex 49 91 81 32 0 B 2B A7 21 2B
Octal 111 221 201 62 0 13 53 247 41 53
Binary 1001001 10010001 10000001 110010 0 1011 101011 10100111 100001 101011

Color Harmonies of #499181

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #499181

Black with #499181

Text Example


Text Example

White with #499181

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #499181; }

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

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

background-color css

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

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

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

border-color css

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

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

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