#4E918C

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

Shades of Lochinvar #4E918C

Tints of Lochinvar #4E918C

Color information

#4E918C (or 0x4E918C) is unknown color: approx Lochinvar. HEX triplet: 4E, 91 and 8C. RGB value is (78,145,140). Sum of RGB (Red+Green+Blue) = 78+145+140=363 (48% of max value = 765). Red value is 78 (30.86% from 255 or 21.49% from 363); Green value is 145 (57.03% from 255 or 39.94% from 363); Blue value is 140 (55.08% from 255 or 38.57% from 363); Max value from RGB is 145 - color contains mainly: green. Hex color #4E918C is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #4E918C is #B16E73. Grayscale: #7C7C7C. Windows color (decimal): -11628148 or 9212238. OLE color: 9212238.

HSL color Cylindrical-coordinate representation of color #4E918C: hue angle of 175.52º 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 #4E918C is Cyan = 0.46, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.43.

Color convert

RGB78145140-
CMYK0.4600.030.43
HSL175.52º30.04%43.73%-
HSV(B)175.52º46.21%56.86%-
XYZ1823.7628.45-
YUV124.4136.894.91-

RGB Variations

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

RGB

RED value IS 78 (30.86% from 255) = 21.49%
GREEN value IS 145 (57.03% from 255) = 39.94%
BLUE value IS 140 (55.08% from 255) = 38.57%
R=21.49%
G=39.94%
B=38.57%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal781451400.4600.030.43175.5230.0443.73
Hex4E918C2E032Bb01e2c
Octal1162212145603532603654
Binary100111010010001100011001011100111010111011000011110101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4E918C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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