#4E947B

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

Shades of Lochinvar #4E947B

Tints of Lochinvar #4E947B

Color information

#4E947B (or 0x4E947B) is unknown color: approx Lochinvar. HEX triplet: 4E, 94 and 7B. RGB value is (78,148,123). Sum of RGB (Red+Green+Blue) = 78+148+123=349 (46% of max value = 765). Red value is 78 (30.86% from 255 or 22.35% from 349); Green value is 148 (58.20% from 255 or 42.41% from 349); Blue value is 123 (48.44% from 255 or 35.24% from 349); Max value from RGB is 148 - color contains mainly: green. Hex color #4E947B is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #4E947B is #B16B84. Grayscale: #7C7C7C. Windows color (decimal): -11627397 or 8098894. OLE color: 8098894.

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

Color convert

RGB78148123-
CMYK0.4700.170.42
HSL158.57º30.97%44.31%-
HSV(B)158.57º47.3%58.04%-
XYZ17.3124.2322.5-
YUV124.22127.3195.03-

RGB Variations

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

RGB

RED value IS 78 (30.86% from 255) = 22.35%
GREEN value IS 148 (58.20% from 255) = 42.41%
BLUE value IS 123 (48.44% from 255) = 35.24%
R=22.35%
G=42.41%
B=35.24%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal781481230.4700.170.42158.5730.9744.31
Hex4E947B2F0112A9f1f2c
Octal11622417357021522373754
Binary10011101001010011110111011110100011010101001111111111101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4E947B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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