Html Css Color HEX #4D9989 Lochinvar

📋 copy color: '#4D9989'

red 77 ◦ green 153 ◦ blue 137

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

Shades of Lochinvar #4D9989

Tints of Lochinvar #4D9989

RGB

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

 GREEN value IS 153 (60.16% from 255) = 41.69%

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

R = 20.98%
G = 41.69%
B = 37.33%

CMYK

 C value IS 0.50

 M value IS 0

 Y value IS 0.10

 K value IS 0.4

RGB Variations

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

Color information

#4D9989 (or 0x4D9989) is known color: Lochinvar. HEX triplet: 4D, 99 and 89. RGB value is (77,153,137). Sum of RGB (Red+Green+Blue) = 77+153+137=367 (48% of max value = 765). Red value is 77 (30.47% from 255 or 20.98% from 367); Green value is 153 (60.16% from 255 or 41.69% from 367); Blue value is 137 (53.91% from 255 or 37.33% from 367); Max value from RGB is 153 - color contains mainly: green. Hex color #4D9989 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #4D9989 is #B26676. Grayscale: #808080. Windows color (decimal): -11691639 or 9017677. OLE color: 9017677.

HSL color Cylindrical-coordinate representation of color #4D9989: hue angle of 167.37º degrees, saturation: 0.33, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #4D9989 is Cyan = 0.50, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.4.

Color convert

RGB 77 153 137 -
CMYK 0.50 0 0.10 0.4
HSL 167.37º 0.33% 0.45% -
HSV(B) 167.37º 0.5% 0.6% -
XYZ 18.97 26.17 27.72 -
YUV 128.45 132.82 91.3 -
System Red Green Blue C M Y K H S L
Decimal 77 153 137 0.50 0 0.10 0.4 167.37 0.33 0.45
Hex 4D 99 89 32 0 A 28 A7 21 2D
Octal 115 231 211 62 0 12 50 247 41 55
Binary 1001101 10011001 10001001 110010 0 1010 101000 10100111 100001 101101

Color Harmonies of #4D9989

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4D9989

Black with #4D9989

Text Example


Text Example

White with #4D9989

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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