Html Css Color HEX #49938B Lochinvar

📋 copy color: '#49938B'

red 73 ◦ green 147 ◦ blue 139

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

Shades of Lochinvar #49938B

Tints of Lochinvar #49938B

RGB

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

 GREEN value IS 147 (57.81% from 255) = 40.95%

 BLUE value IS 139 (54.69% from 255) = 38.72%

R = 20.33%
G = 40.95%
B = 38.72%

CMYK

 C value IS 0.50

 M value IS 0

 Y value IS 0.05

 K value IS 0.42

RGB Variations

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

Color information

#49938B (or 0x49938B) is known color: Lochinvar. HEX triplet: 49, 93 and 8B. RGB value is (73,147,139). Sum of RGB (Red+Green+Blue) = 73+147+139=359 (47% of max value = 765). Red value is 73 (28.91% from 255 or 20.33% from 359); Green value is 147 (57.81% from 255 or 40.95% from 359); Blue value is 139 (54.69% from 255 or 38.72% from 359); Max value from RGB is 147 - color contains mainly: green. Hex color #49938B is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #49938B is #B66C74. Grayscale: #7B7B7B. Windows color (decimal): -11955317 or 9147209. OLE color: 9147209.

HSL color Cylindrical-coordinate representation of color #49938B: hue angle of 173.51º degrees, saturation: 0.34, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #49938B is Cyan = 0.50, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.42.

Color convert

RGB 73 147 139 -
CMYK 0.50 0 0.05 0.42
HSL 173.51º 0.34% 0.43% -
HSV(B) 173.51º 0.5% 0.58% -
XYZ 17.84 24.15 28.15 -
YUV 123.96 136.48 91.65 -
System Red Green Blue C M Y K H S L
Decimal 73 147 139 0.50 0 0.05 0.42 173.51 0.34 0.43
Hex 49 93 8B 32 0 5 2A AE 22 2B
Octal 111 223 213 62 0 5 52 256 42 53
Binary 1001001 10010011 10001011 110010 0 101 101010 10101110 100010 101011

Color Harmonies of #49938B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #49938B

Black with #49938B

Text Example


Text Example

White with #49938B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #49938B; }

 p { color: rgb(73,147,139); }

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

background-color css

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

 a { background-color: rgb(73,147,139); }

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

border-color css

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

 span { border-color: rgb(73,147,139); }

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