Html Css Color HEX #4D938E Lochinvar

📋 copy color: '#4D938E'

red 77 ◦ green 147 ◦ blue 142

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

Shades of Lochinvar #4D938E

Tints of Lochinvar #4D938E

RGB

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

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

 BLUE value IS 142 (55.86% from 255) = 38.8%

R = 21.04%
G = 40.16%
B = 38.8%

CMYK

 C value IS 0.48

 M value IS 0

 Y value IS 0.03

 K value IS 0.42

RGB Variations

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

Color information

#4D938E (or 0x4D938E) is known color: Lochinvar. HEX triplet: 4D, 93 and 8E. RGB value is (77,147,142). Sum of RGB (Red+Green+Blue) = 77+147+142=366 (48% of max value = 765). Red value is 77 (30.47% from 255 or 21.04% from 366); Green value is 147 (57.81% from 255 or 40.16% from 366); Blue value is 142 (55.86% from 255 or 38.80% from 366); Max value from RGB is 147 - color contains mainly: green. Hex color #4D938E is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #4D938E is #B26C71. Grayscale: #7D7D7D. Windows color (decimal): -11693170 or 9343821. OLE color: 9343821.

HSL color Cylindrical-coordinate representation of color #4D938E: hue angle of 175.71º 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 #4D938E is Cyan = 0.48, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.42.

Color convert

RGB 77 147 142 -
CMYK 0.48 0 0.03 0.42
HSL 175.71º 0.31% 0.44% -
HSV(B) 175.71º 0.48% 0.58% -
XYZ 18.38 24.4 29.33 -
YUV 125.5 137.31 93.41 -
System Red Green Blue C M Y K H S L
Decimal 77 147 142 0.48 0 0.03 0.42 175.71 0.31 0.44
Hex 4D 93 8E 30 0 3 2A B0 1F 2C
Octal 115 223 216 60 0 3 52 260 37 54
Binary 1001101 10010011 10001110 110000 0 11 101010 10110000 11111 101100

Color Harmonies of #4D938E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4D938E

Black with #4D938E

Text Example


Text Example

White with #4D938E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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