Html Css Color HEX #49927E Lochinvar

📋 copy color: '#49927E'

red 73 ◦ green 146 ◦ blue 126

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

Shades of Lochinvar #49927E

Tints of Lochinvar #49927E

RGB

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

 GREEN value IS 146 (57.42% from 255) = 42.32%

 BLUE value IS 126 (49.61% from 255) = 36.52%

R = 21.16%
G = 42.32%
B = 36.52%

CMYK

 C value IS 0.5

 M value IS 0

 Y value IS 0.14

 K value IS 0.43

RGB Variations

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

Color information

#49927E (or 0x49927E) is known color: Lochinvar. HEX triplet: 49, 92 and 7E. RGB value is (73,146,126). Sum of RGB (Red+Green+Blue) = 73+146+126=345 (45% of max value = 765). Red value is 73 (28.91% from 255 or 21.16% from 345); Green value is 146 (57.42% from 255 or 42.32% from 345); Blue value is 126 (49.61% from 255 or 36.52% from 345); Max value from RGB is 146 - color contains mainly: green. Hex color #49927E is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #49927E is #B66D81. Grayscale: #797979. Windows color (decimal): -11955586 or 8294985. OLE color: 8294985.

HSL color Cylindrical-coordinate representation of color #49927E: hue angle of 163.56º 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 #49927E is Cyan = 0.5, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.43.

Color convert

RGB 73 146 126 -
CMYK 0.5 0 0.14 0.43
HSL 163.56º 0.33% 0.43% -
HSV(B) 163.56º 0.5% 0.57% -
XYZ 16.79 23.48 23.39 -
YUV 121.89 130.32 93.13 -
System Red Green Blue C M Y K H S L
Decimal 73 146 126 0.5 0 0.14 0.43 163.56 0.33 0.43
Hex 49 92 7E 32 0 E 2B A4 21 2B
Octal 111 222 176 62 0 16 53 244 41 53
Binary 1001001 10010010 1111110 110010 0 1110 101011 10100100 100001 101011

Color Harmonies of #49927E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #49927E

Black with #49927E

Text Example


Text Example

White with #49927E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #49927E; }

 p { color: rgb(73,146,126); }

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

background-color css

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

 a { background-color: rgb(73,146,126); }

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

border-color css

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

 span { border-color: rgb(73,146,126); }

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