#4E9B82

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

Shades of Lochinvar #4E9B82

Tints of Lochinvar #4E9B82

Color information

#4E9B82 (or 0x4E9B82) is unknown color: approx Lochinvar. HEX triplet: 4E, 9B and 82. RGB value is (78,155,130). Sum of RGB (Red+Green+Blue) = 78+155+130=363 (48% of max value = 765). Red value is 78 (30.86% from 255 or 21.49% from 363); Green value is 155 (60.94% from 255 or 42.70% from 363); Blue value is 130 (51.17% from 255 or 35.81% from 363); Max value from RGB is 155 - color contains mainly: green. Hex color #4E9B82 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #4E9B82 is #B1647D. Grayscale: #818181. Windows color (decimal): -11625598 or 8559438. OLE color: 8559438.

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

Color convert

RGB78155130-
CMYK0.5000.160.39
HSL160.52º33.05%45.69%-
HSV(B)160.52º49.68%60.78%-
XYZ18.8926.6725.27-
YUV129.13128.4991.53-

RGB Variations

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

RGB

RED value IS 78 (30.86% from 255) = 21.49%
GREEN value IS 155 (60.94% from 255) = 42.70%
BLUE value IS 130 (51.17% from 255) = 35.81%
R=21.49%
G=42.70%
B=35.81%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal781551300.5000.160.39160.5233.0545.69
Hex4E9B823201027a1212e
Octal11623320262020472414156
Binary1001110100110111000001011001001000010011110100001100001101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4E9B82

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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