#4E957A

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

Shades of Lochinvar #4E957A

Tints of Lochinvar #4E957A

Color information

#4E957A (or 0x4E957A) is unknown color: approx Lochinvar. HEX triplet: 4E, 95 and 7A. RGB value is (78,149,122). Sum of RGB (Red+Green+Blue) = 78+149+122=349 (46% of max value = 765). Red value is 78 (30.86% from 255 or 22.35% from 349); Green value is 149 (58.59% from 255 or 42.69% from 349); Blue value is 122 (48.05% from 255 or 34.96% from 349); Max value from RGB is 149 - color contains mainly: green. Hex color #4E957A is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #4E957A is #B16A85. Grayscale: #7C7C7C. Windows color (decimal): -11627142 or 8033614. OLE color: 8033614.

HSL color Cylindrical-coordinate representation of color #4E957A: hue angle of 157.18º degrees, saturation: 0.31, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #4E957A is Cyan = 0.48, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.42.

Color convert

RGB78149122-
CMYK0.4800.180.42
HSL157.18º31.28%44.51%-
HSV(B)157.18º47.65%58.43%-
XYZ17.424.5222.23-
YUV124.69126.4894.7-

RGB Variations

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

RGB

RED value IS 78 (30.86% from 255) = 22.35%
GREEN value IS 149 (58.59% from 255) = 42.69%
BLUE value IS 122 (48.05% from 255) = 34.96%
R=22.35%
G=42.69%
B=34.96%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal781491220.4800.180.42157.1831.2844.51
Hex4E957A300122A9d1f2d
Octal11622517260022522353755
Binary10011101001010111110101100000100101010101001110111111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4E957A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(78,149,122); }

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

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

 a { background-color: rgb(78,149,122); }

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

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

 span { border-color: rgb(78,149,122); }

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