Html Css Color HEX #4D9889 Lochinvar

📋 copy color: '#4D9889'

red 77 ◦ green 152 ◦ blue 137

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

Shades of Lochinvar #4D9889

Tints of Lochinvar #4D9889

RGB

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

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

 BLUE value IS 137 (53.91% from 255) = 37.43%

R = 21.04%
G = 41.53%
B = 37.43%

CMYK

 C value IS 0.49

 M value IS 0

 Y value IS 0.10

 K value IS 0.40

RGB Variations

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

Color information

#4D9889 (or 0x4D9889) is known color: Lochinvar. HEX triplet: 4D, 98 and 89. RGB value is (77,152,137). Sum of RGB (Red+Green+Blue) = 77+152+137=366 (48% of max value = 765). Red value is 77 (30.47% from 255 or 21.04% from 366); Green value is 152 (59.77% from 255 or 41.53% from 366); Blue value is 137 (53.91% from 255 or 37.43% from 366); Max value from RGB is 152 - color contains mainly: green. Hex color #4D9889 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #4D9889 is #B26776. Grayscale: #7F7F7F. Windows color (decimal): -11691895 or 9017421. OLE color: 9017421.

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

Color convert

RGB 77 152 137 -
CMYK 0.49 0 0.10 0.40
HSL 168º 0.33% 0.45% -
HSV(B) 168º 0.49% 0.6% -
XYZ 18.8 25.84 27.66 -
YUV 127.87 133.15 91.72 -
System Red Green Blue C M Y K H S L
Decimal 77 152 137 0.49 0 0.10 0.40 168 0.33 0.45
Hex 4D 98 89 31 0 A 28 A8 21 2D
Octal 115 230 211 61 0 12 50 250 41 55
Binary 1001101 10011000 10001001 110001 0 1010 101000 10101000 100001 101101

Color Harmonies of #4D9889

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4D9889

Black with #4D9889

Text Example


Text Example

White with #4D9889

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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