#4E9A8C

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

Shades of Lochinvar #4E9A8C

Tints of Lochinvar #4E9A8C

Color information

#4E9A8C (or 0x4E9A8C) is unknown color: approx Lochinvar. HEX triplet: 4E, 9A and 8C. RGB value is (78,154,140). Sum of RGB (Red+Green+Blue) = 78+154+140=372 (49% of max value = 765). Red value is 78 (30.86% from 255 or 20.97% from 372); Green value is 154 (60.55% from 255 or 41.40% from 372); Blue value is 140 (55.08% from 255 or 37.63% from 372); Max value from RGB is 154 - color contains mainly: green. Hex color #4E9A8C is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #4E9A8C is #B16573. Grayscale: #818181. Windows color (decimal): -11625844 or 9214542. OLE color: 9214542.

HSL color Cylindrical-coordinate representation of color #4E9A8C: hue angle of 168.95º degrees, saturation: 0.33, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #4E9A8C is Cyan = 0.49, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.40.

Color convert

RGB78154140-
CMYK0.4900.090.40
HSL168.95º32.76%45.49%-
HSV(B)168.95º49.35%60.39%-
XYZ19.4326.6228.93-
YUV129.68133.8291.14-

RGB Variations

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

RGB

RED value IS 78 (30.86% from 255) = 20.97%
GREEN value IS 154 (60.55% from 255) = 41.40%
BLUE value IS 140 (55.08% from 255) = 37.63%
R=20.97%
G=41.40%
B=37.63%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal781541400.4900.090.40168.9532.7645.49
Hex4E9A8C310928a9212d
Octal11623221461011502514155
Binary100111010011010100011001100010100110100010101001100001101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4E9A8C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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