#4D9B87

Color #4D9B87 Lochinvar (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Lochinvar #4D9B87

Tints of Lochinvar #4D9B87

Color information

#4D9B87 (or 0x4D9B87) is unknown color: approx Lochinvar. HEX triplet: 4D, 9B and 87. RGB value is (77,155,135). Sum of RGB (Red+Green+Blue) = 77+155+135=367 (48% of max value = 765). Red value is 77 (30.47% from 255 or 20.98% from 367); Green value is 155 (60.94% from 255 or 42.23% from 367); Blue value is 135 (53.12% from 255 or 36.78% from 367); Max value from RGB is 155 - color contains mainly: green. Hex color #4D9B87 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #4D9B87 is #B26478. Grayscale: #818181. Windows color (decimal): -11691129 or 8887117. OLE color: 8887117.

HSL color Cylindrical-coordinate representation of color #4D9B87: hue angle of 164.62º degrees, saturation: 0.34, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #4D9B87 is Cyan = 0.50, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.39.

Color convert

RGB77155135-
CMYK0.5000.130.39
HSL164.62º33.62%45.49%-
HSV(B)164.62º50.32%60.78%-
XYZ19.1626.7727.08-
YUV129.4131.1690.63-

RGB Variations

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

RGB

RED value IS 77 (30.47% from 255) = 20.98%
GREEN value IS 155 (60.94% from 255) = 42.23%
BLUE value IS 135 (53.12% from 255) = 36.78%
R=20.98%
G=42.23%
B=36.78%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal771551350.5000.130.39164.6233.6245.49
Hex4D9B87320D27a5222d
Octal11523320762015472454255
Binary100110110011011100001111100100110110011110100101100010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4D9B87

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(77,155,135); }

 H1.HeaderClassName
 {
   color: #4D9B87;
 }
 .AnyTagClassName
 {
   color: #4D9B87;
 }
</style>
background-color css

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

 a { background-color: rgb(77,155,135); }

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

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

 span { border-color: rgb(77,155,135); }

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