Html Css Color HEX #4D918C Lochinvar

📋 copy color: '#4D918C'

red 77 ◦ green 145 ◦ blue 140

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

Shades of Lochinvar #4D918C

Tints of Lochinvar #4D918C

RGB

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

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

 BLUE value IS 140 (55.08% from 255) = 38.67%

R = 21.27%
G = 40.06%
B = 38.67%

CMYK

 C value IS 0.47

 M value IS 0

 Y value IS 0.03

 K value IS 0.43

RGB Variations

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

Color information

#4D918C (or 0x4D918C) is known color: Lochinvar. HEX triplet: 4D, 91 and 8C. RGB value is (77,145,140). Sum of RGB (Red+Green+Blue) = 77+145+140=362 (47% of max value = 765). Red value is 77 (30.47% from 255 or 21.27% from 362); Green value is 145 (57.03% from 255 or 40.06% from 362); Blue value is 140 (55.08% from 255 or 38.67% from 362); Max value from RGB is 145 - color contains mainly: green. Hex color #4D918C is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #4D918C is #B26E73. Grayscale: #7C7C7C. Windows color (decimal): -11693684 or 9212237. OLE color: 9212237.

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

Color convert

RGB 77 145 140 -
CMYK 0.47 0 0.03 0.43
HSL 175.59º 0.31% 0.44% -
HSV(B) 175.59º 0.47% 0.57% -
XYZ 17.92 23.72 28.45 -
YUV 124.1 136.97 94.41 -
System Red Green Blue C M Y K H S L
Decimal 77 145 140 0.47 0 0.03 0.43 175.59 0.31 0.44
Hex 4D 91 8C 2F 0 3 2B B0 1F 2C
Octal 115 221 214 57 0 3 53 260 37 54
Binary 1001101 10010001 10001100 101111 0 11 101011 10110000 11111 101100

Color Harmonies of #4D918C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4D918C

Black with #4D918C

Text Example


Text Example

White with #4D918C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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