#4E957B

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

Shades of Lochinvar #4E957B

Tints of Lochinvar #4E957B

Color information

#4E957B (or 0x4E957B) is unknown color: approx Lochinvar. HEX triplet: 4E, 95 and 7B. RGB value is (78,149,123). Sum of RGB (Red+Green+Blue) = 78+149+123=350 (46% of max value = 765). Red value is 78 (30.86% from 255 or 22.29% from 350); Green value is 149 (58.59% from 255 or 42.57% from 350); Blue value is 123 (48.44% from 255 or 35.14% from 350); Max value from RGB is 149 - color contains mainly: green. Hex color #4E957B is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #4E957B is #B16A84. Grayscale: #7C7C7C. Windows color (decimal): -11627141 or 8099150. OLE color: 8099150.

HSL color Cylindrical-coordinate representation of color #4E957B: hue angle of 158.03º 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 #4E957B is Cyan = 0.48, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.42.

Color convert

RGB78149123-
CMYK0.4800.170.42
HSL158.03º31.28%44.51%-
HSV(B)158.03º47.65%58.43%-
XYZ17.4624.5422.56-
YUV124.81126.9894.61-

RGB Variations

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

RGB

RED value IS 78 (30.86% from 255) = 22.29%
GREEN value IS 149 (58.59% from 255) = 42.57%
BLUE value IS 123 (48.44% from 255) = 35.14%
R=22.29%
G=42.57%
B=35.14%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal781491230.4800.170.42158.0331.2844.51
Hex4E957B300112A9e1f2d
Octal11622517360021522363755
Binary10011101001010111110111100000100011010101001111011111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4E957B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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