Html Css Color HEX #4D938B Lochinvar

📋 copy color: '#4D938B'

red 77 ◦ green 147 ◦ blue 139

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

Shades of Lochinvar #4D938B

Tints of Lochinvar #4D938B

RGB

 RED value IS 77 (30.47% from 255) = 21.21%

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

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

R = 21.21%
G = 40.5%
B = 38.29%

CMYK

 C value IS 0.48

 M value IS 0

 Y value IS 0.05

 K value IS 0.42

RGB Variations

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

Color information

#4D938B (or 0x4D938B) is known color: Lochinvar. HEX triplet: 4D, 93 and 8B. RGB value is (77,147,139). Sum of RGB (Red+Green+Blue) = 77+147+139=363 (48% of max value = 765). Red value is 77 (30.47% from 255 or 21.21% from 363); Green value is 147 (57.81% from 255 or 40.50% from 363); Blue value is 139 (54.69% from 255 or 38.29% from 363); Max value from RGB is 147 - color contains mainly: green. Hex color #4D938B is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #4D938B is #B26C74. Grayscale: #7D7D7D. Windows color (decimal): -11693173 or 9147213. OLE color: 9147213.

HSL color Cylindrical-coordinate representation of color #4D938B: hue angle of 173.14º degrees, saturation: 0.31, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #4D938B is Cyan = 0.48, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.42.

Color convert

RGB 77 147 139 -
CMYK 0.48 0 0.05 0.42
HSL 173.14º 0.31% 0.44% -
HSV(B) 173.14º 0.48% 0.58% -
XYZ 18.15 24.31 28.16 -
YUV 125.16 135.81 93.65 -
System Red Green Blue C M Y K H S L
Decimal 77 147 139 0.48 0 0.05 0.42 173.14 0.31 0.44
Hex 4D 93 8B 30 0 5 2A AD 1F 2C
Octal 115 223 213 60 0 5 52 255 37 54
Binary 1001101 10010011 10001011 110000 0 101 101010 10101101 11111 101100

Color Harmonies of #4D938B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4D938B

Black with #4D938B

Text Example


Text Example

White with #4D938B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #4D938B; }

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

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

background-color css

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

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

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

border-color css

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

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

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