Html Css Color HEX #4D988C Lochinvar

📋 copy color: '#4D988C'

red 77 ◦ green 152 ◦ blue 140

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

Shades of Lochinvar #4D988C

Tints of Lochinvar #4D988C

RGB

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

 GREEN value IS 152 (59.77% from 255) = 41.19%

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

R = 20.87%
G = 41.19%
B = 37.94%

CMYK

 C value IS 0.49

 M value IS 0

 Y value IS 0.08

 K value IS 0.40

RGB Variations

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

Color information

#4D988C (or 0x4D988C) is known color: Lochinvar. HEX triplet: 4D, 98 and 8C. RGB value is (77,152,140). Sum of RGB (Red+Green+Blue) = 77+152+140=369 (48% of max value = 765). Red value is 77 (30.47% from 255 or 20.87% from 369); Green value is 152 (59.77% from 255 or 41.19% from 369); Blue value is 140 (55.08% from 255 or 37.94% from 369); Max value from RGB is 152 - color contains mainly: green. Hex color #4D988C is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #4D988C is #B26773. Grayscale: #808080. Windows color (decimal): -11691892 or 9214029. OLE color: 9214029.

HSL color Cylindrical-coordinate representation of color #4D988C: hue angle of 170.4º degrees, saturation: 0.33, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #4D988C is Cyan = 0.49, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.40.

Color convert

RGB 77 152 140 -
CMYK 0.49 0 0.08 0.40
HSL 170.4º 0.33% 0.45% -
HSV(B) 170.4º 0.49% 0.6% -
XYZ 19.02 25.93 28.81 -
YUV 128.21 134.65 91.48 -
System Red Green Blue C M Y K H S L
Decimal 77 152 140 0.49 0 0.08 0.40 170.4 0.33 0.45
Hex 4D 98 8C 31 0 8 28 AA 21 2D
Octal 115 230 214 61 0 10 50 252 41 55
Binary 1001101 10011000 10001100 110001 0 1000 101000 10101010 100001 101101

Color Harmonies of #4D988C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4D988C

Black with #4D988C

Text Example


Text Example

White with #4D988C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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