Html Css Color HEX #4D917E Lochinvar

📋 copy color: '#4D917E'

red 77 ◦ green 145 ◦ blue 126

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

Shades of Lochinvar #4D917E

Tints of Lochinvar #4D917E

RGB

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

 GREEN value IS 145 (57.03% from 255) = 41.67%

 BLUE value IS 126 (49.61% from 255) = 36.21%

R = 22.13%
G = 41.67%
B = 36.21%

CMYK

 C value IS 0.47

 M value IS 0

 Y value IS 0.13

 K value IS 0.43

RGB Variations

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

Color information

#4D917E (or 0x4D917E) is known color: Lochinvar. HEX triplet: 4D, 91 and 7E. RGB value is (77,145,126). Sum of RGB (Red+Green+Blue) = 77+145+126=348 (46% of max value = 765). Red value is 77 (30.47% from 255 or 22.13% from 348); Green value is 145 (57.03% from 255 or 41.67% from 348); Blue value is 126 (49.61% from 255 or 36.21% from 348); Max value from RGB is 145 - color contains mainly: green. Hex color #4D917E is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #4D917E is #B26E81. Grayscale: #7A7A7A. Windows color (decimal): -11693698 or 8294733. OLE color: 8294733.

HSL color Cylindrical-coordinate representation of color #4D917E: hue angle of 163.24º degrees, saturation: 0.31, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #4D917E is Cyan = 0.47, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.43.

Color convert

RGB 77 145 126 -
CMYK 0.47 0 0.13 0.43
HSL 163.24º 0.31% 0.44% -
HSV(B) 163.24º 0.47% 0.57% -
XYZ 16.95 23.33 23.35 -
YUV 122.5 129.97 95.54 -
System Red Green Blue C M Y K H S L
Decimal 77 145 126 0.47 0 0.13 0.43 163.24 0.31 0.44
Hex 4D 91 7E 2F 0 D 2B A3 1F 2C
Octal 115 221 176 57 0 15 53 243 37 54
Binary 1001101 10010001 1111110 101111 0 1101 101011 10100011 11111 101100

Color Harmonies of #4D917E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4D917E

Black with #4D917E

Text Example


Text Example

White with #4D917E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(77,145,126); }

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

background-color css

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

 a { background-color: rgb(77,145,126); }

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

border-color css

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

 span { border-color: rgb(77,145,126); }

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