Html Css Color HEX #4D917C Lochinvar

📋 copy color: '#4D917C'

red 77 ◦ green 145 ◦ blue 124

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

Shades of Lochinvar #4D917C

Tints of Lochinvar #4D917C

RGB

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

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

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

R = 22.25%
G = 41.91%
B = 35.84%

CMYK

 C value IS 0.47

 M value IS 0

 Y value IS 0.14

 K value IS 0.43

RGB Variations

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

Color information

#4D917C (or 0x4D917C) is known color: Lochinvar. HEX triplet: 4D, 91 and 7C. RGB value is (77,145,124). Sum of RGB (Red+Green+Blue) = 77+145+124=346 (45% of max value = 765). Red value is 77 (30.47% from 255 or 22.25% from 346); Green value is 145 (57.03% from 255 or 41.91% from 346); Blue value is 124 (48.83% from 255 or 35.84% from 346); Max value from RGB is 145 - color contains mainly: green. Hex color #4D917C is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #4D917C is #B26E83. Grayscale: #7A7A7A. Windows color (decimal): -11693700 or 8163661. OLE color: 8163661.

HSL color Cylindrical-coordinate representation of color #4D917C: hue angle of 161.47º 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 #4D917C is Cyan = 0.47, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.43.

Color convert

RGB 77 145 124 -
CMYK 0.47 0 0.14 0.43
HSL 161.47º 0.31% 0.44% -
HSV(B) 161.47º 0.47% 0.57% -
XYZ 16.82 23.28 22.68 -
YUV 122.27 128.97 95.71 -
System Red Green Blue C M Y K H S L
Decimal 77 145 124 0.47 0 0.14 0.43 161.47 0.31 0.44
Hex 4D 91 7C 2F 0 E 2B A1 1F 2C
Octal 115 221 174 57 0 16 53 241 37 54
Binary 1001101 10010001 1111100 101111 0 1110 101011 10100001 11111 101100

Color Harmonies of #4D917C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4D917C

Black with #4D917C

Text Example


Text Example

White with #4D917C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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