Html Css Color HEX #4D9888 Lochinvar

📋 copy color: '#4D9888'

red 77 ◦ green 152 ◦ blue 136

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

Shades of Lochinvar #4D9888

Tints of Lochinvar #4D9888

RGB

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

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

 BLUE value IS 136 (53.52% from 255) = 37.26%

R = 21.1%
G = 41.64%
B = 37.26%

CMYK

 C value IS 0.49

 M value IS 0

 Y value IS 0.11

 K value IS 0.40

RGB Variations

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

Color information

#4D9888 (or 0x4D9888) is known color: Lochinvar. HEX triplet: 4D, 98 and 88. RGB value is (77,152,136). Sum of RGB (Red+Green+Blue) = 77+152+136=365 (48% of max value = 765). Red value is 77 (30.47% from 255 or 21.10% from 365); Green value is 152 (59.77% from 255 or 41.64% from 365); Blue value is 136 (53.52% from 255 or 37.26% from 365); Max value from RGB is 152 - color contains mainly: green. Hex color #4D9888 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #4D9888 is #B26777. Grayscale: #7F7F7F. Windows color (decimal): -11691896 or 8951885. OLE color: 8951885.

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

Color convert

RGB 77 152 136 -
CMYK 0.49 0 0.11 0.40
HSL 167.2º 0.33% 0.45% -
HSV(B) 167.2º 0.49% 0.6% -
XYZ 18.73 25.81 27.29 -
YUV 127.75 132.65 91.8 -
System Red Green Blue C M Y K H S L
Decimal 77 152 136 0.49 0 0.11 0.40 167.2 0.33 0.45
Hex 4D 98 88 31 0 B 28 A7 21 2D
Octal 115 230 210 61 0 13 50 247 41 55
Binary 1001101 10011000 10001000 110001 0 1011 101000 10100111 100001 101101

Color Harmonies of #4D9888

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4D9888

Black with #4D9888

Text Example


Text Example

White with #4D9888

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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