#4D9B88

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

Shades of Lochinvar #4D9B88

Tints of Lochinvar #4D9B88

Color information

#4D9B88 (or 0x4D9B88) is unknown color: approx Lochinvar. HEX triplet: 4D, 9B and 88. RGB value is (77,155,136). Sum of RGB (Red+Green+Blue) = 77+155+136=368 (48% of max value = 765). Red value is 77 (30.47% from 255 or 20.92% from 368); Green value is 155 (60.94% from 255 or 42.12% from 368); Blue value is 136 (53.52% from 255 or 36.96% from 368); Max value from RGB is 155 - color contains mainly: green. Hex color #4D9B88 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #4D9B88 is #B26477. Grayscale: #818181. Windows color (decimal): -11691128 or 8952653. OLE color: 8952653.

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

Color convert

RGB77155136-
CMYK0.5000.120.39
HSL165.38º33.62%45.49%-
HSV(B)165.38º50.32%60.78%-
XYZ19.2326.827.45-
YUV129.51131.6690.54-

RGB Variations

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

RGB

RED value IS 77 (30.47% from 255) = 20.92%
GREEN value IS 155 (60.94% from 255) = 42.12%
BLUE value IS 136 (53.52% from 255) = 36.96%
R=20.92%
G=42.12%
B=36.96%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal771551360.5000.120.39165.3833.6245.49
Hex4D9B88320C27a5222d
Octal11523321062014472454255
Binary100110110011011100010001100100110010011110100101100010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4D9B88

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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