Html Css Color HEX #49927C Lochinvar

📋 copy color: '#49927C'

red 73 ◦ green 146 ◦ blue 124

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

Shades of Lochinvar #49927C

Tints of Lochinvar #49927C

RGB

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

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

 BLUE value IS 124 (48.83% from 255) = 36.15%

R = 21.28%
G = 42.57%
B = 36.15%

CMYK

 C value IS 0.5

 M value IS 0

 Y value IS 0.15

 K value IS 0.43

RGB Variations

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

Color information

#49927C (or 0x49927C) is known color: Lochinvar. HEX triplet: 49, 92 and 7C. RGB value is (73,146,124). Sum of RGB (Red+Green+Blue) = 73+146+124=343 (45% of max value = 765). Red value is 73 (28.91% from 255 or 21.28% from 343); Green value is 146 (57.42% from 255 or 42.57% from 343); Blue value is 124 (48.83% from 255 or 36.15% from 343); Max value from RGB is 146 - color contains mainly: green. Hex color #49927C is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #49927C is #B66D83. Grayscale: #797979. Windows color (decimal): -11955588 or 8163913. OLE color: 8163913.

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

Color convert

RGB 73 146 124 -
CMYK 0.5 0 0.15 0.43
HSL 161.92º 0.33% 0.43% -
HSV(B) 161.92º 0.5% 0.57% -
XYZ 16.66 23.43 22.71 -
YUV 121.67 129.32 93.29 -
System Red Green Blue C M Y K H S L
Decimal 73 146 124 0.5 0 0.15 0.43 161.92 0.33 0.43
Hex 49 92 7C 32 0 F 2B A2 21 2B
Octal 111 222 174 62 0 17 53 242 41 53
Binary 1001001 10010010 1111100 110010 0 1111 101011 10100010 100001 101011

Color Harmonies of #49927C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #49927C

Black with #49927C

Text Example


Text Example

White with #49927C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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