#4e917b

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

Shades of Lochinvar #4E917B

Tints of Lochinvar #4E917B

Color information

#4E917B (or 0x4E917B) is unknown color: approx Lochinvar. HEX triplet: 4E, 91 and 7B. RGB value is (78,145,123). Sum of RGB (Red+Green+Blue) = 78+145+123=346 (45% of max value = 765). Red value is 78 (30.86% from 255 or 22.54% from 346); Green value is 145 (57.03% from 255 or 41.91% from 346); Blue value is 123 (48.44% from 255 or 35.55% from 346); Max value from RGB is 145 - color contains mainly: green. Hex color #4E917B is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #4E917B is #B16E84. Grayscale: #7A7A7A. Windows color (decimal): -11628165 or 8098126. OLE color: 8098126.

HSL color Cylindrical-coordinate representation of color #4E917B: hue angle of 160.3º degrees, saturation: 0.3, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #4E917B is Cyan = 0.46, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.43.

Color convert

RGB78145123-
CMYK0.4600.150.43
HSL160.3º30.04%43.73%-
HSV(B)160.3º46.21%56.86%-
XYZ16.8423.322.35-
YUV122.46128.396.29-

RGB Variations

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

RGB

RED value IS 78 (30.86% from 255) = 22.54%
GREEN value IS 145 (57.03% from 255) = 41.91%
BLUE value IS 123 (48.44% from 255) = 35.55%
R=22.54%
G=41.91%
B=35.55%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal781451230.4600.150.43160.330.0443.73
Hex4E917B2E0F2Ba01e2c
Octal11622117356017532403654
Binary1001110100100011111011101110011111010111010000011110101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4e917b

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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