Html Css Color HEX #4D9886 Lochinvar

📋 copy color: '#4D9886'

red 77 ◦ green 152 ◦ blue 134

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

Shades of Lochinvar #4D9886

Tints of Lochinvar #4D9886

RGB

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

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

 BLUE value IS 134 (52.73% from 255) = 36.91%

R = 21.21%
G = 41.87%
B = 36.91%

CMYK

 C value IS 0.49

 M value IS 0

 Y value IS 0.12

 K value IS 0.40

RGB Variations

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

Color information

#4D9886 (or 0x4D9886) is known color: Lochinvar. HEX triplet: 4D, 98 and 86. RGB value is (77,152,134). Sum of RGB (Red+Green+Blue) = 77+152+134=363 (48% of max value = 765). Red value is 77 (30.47% from 255 or 21.21% from 363); Green value is 152 (59.77% from 255 or 41.87% from 363); Blue value is 134 (52.73% from 255 or 36.91% from 363); Max value from RGB is 152 - color contains mainly: green. Hex color #4D9886 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #4D9886 is #B26779. Grayscale: #7F7F7F. Windows color (decimal): -11691898 or 8820813. OLE color: 8820813.

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

Color convert

RGB 77 152 134 -
CMYK 0.49 0 0.12 0.40
HSL 165.6º 0.33% 0.45% -
HSV(B) 165.6º 0.49% 0.6% -
XYZ 18.59 25.76 26.55 -
YUV 127.52 131.65 91.96 -
System Red Green Blue C M Y K H S L
Decimal 77 152 134 0.49 0 0.12 0.40 165.6 0.33 0.45
Hex 4D 98 86 31 0 C 28 A6 21 2D
Octal 115 230 206 61 0 14 50 246 41 55
Binary 1001101 10011000 10000110 110001 0 1100 101000 10100110 100001 101101

Color Harmonies of #4D9886

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4D9886

Black with #4D9886

Text Example


Text Example

White with #4D9886

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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