#4EA192

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

Shades of Lochinvar #4EA192

Tints of Lochinvar #4EA192

Color information

#4EA192 (or 0x4EA192) is unknown color: approx Lochinvar. HEX triplet: 4E, A1 and 92. RGB value is (78,161,146). Sum of RGB (Red+Green+Blue) = 78+161+146=385 (50% of max value = 765). Red value is 78 (30.86% from 255 or 20.26% from 385); Green value is 161 (63.28% from 255 or 41.82% from 385); Blue value is 146 (57.42% from 255 or 37.92% from 385); Max value from RGB is 161 - color contains mainly: green. Hex color #4EA192 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #4EA192 is #B15E6D. Grayscale: #868686. Windows color (decimal): -11624046 or 9609550. OLE color: 9609550.

HSL color Cylindrical-coordinate representation of color #4EA192: hue angle of 169.16º degrees, saturation: 0.35, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #4EA192 is Cyan = 0.52, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.37.

Color convert

RGB78161146-
CMYK0.5200.090.37
HSL169.16º34.73%46.86%-
HSV(B)169.16º51.55%63.14%-
XYZ21.0829.1831.72-
YUV134.47134.587.72-

RGB Variations

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

RGB

RED value IS 78 (30.86% from 255) = 20.26%
GREEN value IS 161 (63.28% from 255) = 41.82%
BLUE value IS 146 (57.42% from 255) = 37.92%
R=20.26%
G=41.82%
B=37.92%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal781611460.5200.090.37169.1634.7346.86
Hex4EA192340925a9232f
Octal11624122264011452514357
Binary100111010100001100100101101000100110010110101001100011101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4EA192

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(78,161,146); }

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

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

 a { background-color: rgb(78,161,146); }

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

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

 span { border-color: rgb(78,161,146); }

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