#4E9B8C

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

Shades of Lochinvar #4E9B8C

Tints of Lochinvar #4E9B8C

Color information

#4E9B8C (or 0x4E9B8C) is unknown color: approx Lochinvar. HEX triplet: 4E, 9B and 8C. RGB value is (78,155,140). Sum of RGB (Red+Green+Blue) = 78+155+140=373 (49% of max value = 765). Red value is 78 (30.86% from 255 or 20.91% from 373); Green value is 155 (60.94% from 255 or 41.55% from 373); Blue value is 140 (55.08% from 255 or 37.53% from 373); Max value from RGB is 155 - color contains mainly: green. Hex color #4E9B8C is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #4E9B8C is #B16473. Grayscale: #828282. Windows color (decimal): -11625588 or 9214798. OLE color: 9214798.

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

Color convert

RGB78155140-
CMYK0.5000.100.39
HSL168.31º33.05%45.69%-
HSV(B)168.31º49.68%60.78%-
XYZ19.626.9628.98-
YUV130.27133.4990.72-

RGB Variations

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

RGB

RED value IS 78 (30.86% from 255) = 20.91%
GREEN value IS 155 (60.94% from 255) = 41.55%
BLUE value IS 140 (55.08% from 255) = 37.53%
R=20.91%
G=41.55%
B=37.53%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal781551400.5000.100.39168.3133.0545.69
Hex4E9B8C320A27a8212e
Octal11623321462012472504156
Binary100111010011011100011001100100101010011110101000100001101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4E9B8C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(78,155,140); }

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

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

 a { background-color: rgb(78,155,140); }

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

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

 span { border-color: rgb(78,155,140); }

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