Html Css Color HEX #49947C Lochinvar

📋 copy color: '#49947C'

red 73 ◦ green 148 ◦ blue 124

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

Shades of Lochinvar #49947C

Tints of Lochinvar #49947C

RGB

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

 GREEN value IS 148 (58.2% from 255) = 42.9%

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

R = 21.16%
G = 42.9%
B = 35.94%

CMYK

 C value IS 0.51

 M value IS 0

 Y value IS 0.16

 K value IS 0.42

RGB Variations

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

Color information

#49947C (or 0x49947C) is known color: Lochinvar. HEX triplet: 49, 94 and 7C. RGB value is (73,148,124). Sum of RGB (Red+Green+Blue) = 73+148+124=345 (45% of max value = 765). Red value is 73 (28.91% from 255 or 21.16% from 345); Green value is 148 (58.20% from 255 or 42.90% from 345); Blue value is 124 (48.83% from 255 or 35.94% from 345); Max value from RGB is 148 - color contains mainly: green. Hex color #49947C is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #49947C is #B66B83. Grayscale: #7A7A7A. Windows color (decimal): -11955076 or 8164425. OLE color: 8164425.

HSL color Cylindrical-coordinate representation of color #49947C: hue angle of 160.8º degrees, saturation: 0.34, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #49947C is Cyan = 0.51, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.42.

Color convert

RGB 73 148 124 -
CMYK 0.51 0 0.16 0.42
HSL 160.8º 0.34% 0.43% -
HSV(B) 160.8º 0.51% 0.58% -
XYZ 16.98 24.05 22.82 -
YUV 122.84 128.65 92.45 -
System Red Green Blue C M Y K H S L
Decimal 73 148 124 0.51 0 0.16 0.42 160.8 0.34 0.43
Hex 49 94 7C 33 0 10 2A A1 22 2B
Octal 111 224 174 63 0 20 52 241 42 53
Binary 1001001 10010100 1111100 110011 0 10000 101010 10100001 100010 101011

Color Harmonies of #49947C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #49947C

Black with #49947C

Text Example


Text Example

White with #49947C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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