#4E9C8B

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

Shades of Lochinvar #4E9C8B

Tints of Lochinvar #4E9C8B

Color information

#4E9C8B (or 0x4E9C8B) is unknown color: approx Lochinvar. HEX triplet: 4E, 9C and 8B. RGB value is (78,156,139). Sum of RGB (Red+Green+Blue) = 78+156+139=373 (49% of max value = 765). Red value is 78 (30.86% from 255 or 20.91% from 373); Green value is 156 (61.33% from 255 or 41.82% from 373); Blue value is 139 (54.69% from 255 or 37.27% from 373); Max value from RGB is 156 - color contains mainly: green. Hex color #4E9C8B is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #4E9C8B is #B16374. Grayscale: #828282. Windows color (decimal): -11625333 or 9149518. OLE color: 9149518.

HSL color Cylindrical-coordinate representation of color #4E9C8B: hue angle of 166.92º degrees, saturation: 0.33, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #4E9C8B is Cyan = 0.5, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.39.

Color convert

RGB78156139-
CMYK0.500.110.39
HSL166.92º33.33%45.88%-
HSV(B)166.92º50%61.18%-
XYZ19.6927.2628.65-
YUV130.74132.6690.38-

RGB Variations

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

RGB

RED value IS 78 (30.86% from 255) = 20.91%
GREEN value IS 156 (61.33% from 255) = 41.82%
BLUE value IS 139 (54.69% from 255) = 37.27%
R=20.91%
G=41.82%
B=37.27%

CMYK

C (Cyan) values IS 0.5
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal781561390.500.110.39166.9233.3345.88
Hex4E9C8B320B27a7212e
Octal11623421362013472474156
Binary100111010011100100010111100100101110011110100111100001101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4E9C8B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(78,156,139); }

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

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

 a { background-color: rgb(78,156,139); }

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

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

 span { border-color: rgb(78,156,139); }

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