Html Css Color HEX #4D988A Lochinvar

📋 copy color: '#4D988A'

red 77 ◦ green 152 ◦ blue 138

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

Shades of Lochinvar #4D988A

Tints of Lochinvar #4D988A

RGB

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

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

 BLUE value IS 138 (54.3% from 255) = 37.6%

R = 20.98%
G = 41.42%
B = 37.6%

CMYK

 C value IS 0.49

 M value IS 0

 Y value IS 0.09

 K value IS 0.40

RGB Variations

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

Color information

#4D988A (or 0x4D988A) is known color: Lochinvar. HEX triplet: 4D, 98 and 8A. RGB value is (77,152,138). Sum of RGB (Red+Green+Blue) = 77+152+138=367 (48% of max value = 765). Red value is 77 (30.47% from 255 or 20.98% from 367); Green value is 152 (59.77% from 255 or 41.42% from 367); Blue value is 138 (54.30% from 255 or 37.60% from 367); Max value from RGB is 152 - color contains mainly: green. Hex color #4D988A is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #4D988A is #B26775. Grayscale: #7F7F7F. Windows color (decimal): -11691894 or 9082957. OLE color: 9082957.

HSL color Cylindrical-coordinate representation of color #4D988A: hue angle of 168.8º 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 #4D988A is Cyan = 0.49, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.40.

Color convert

RGB 77 152 138 -
CMYK 0.49 0 0.09 0.40
HSL 168.8º 0.33% 0.45% -
HSV(B) 168.8º 0.49% 0.6% -
XYZ 18.88 25.87 28.04 -
YUV 127.98 133.65 91.64 -
System Red Green Blue C M Y K H S L
Decimal 77 152 138 0.49 0 0.09 0.40 168.8 0.33 0.45
Hex 4D 98 8A 31 0 9 28 A9 21 2D
Octal 115 230 212 61 0 11 50 251 41 55
Binary 1001101 10011000 10001010 110001 0 1001 101000 10101001 100001 101101

Color Harmonies of #4D988A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4D988A

Black with #4D988A

Text Example


Text Example

White with #4D988A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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