#4E9A8D

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

Shades of Lochinvar #4E9A8D

Tints of Lochinvar #4E9A8D

Color information

#4E9A8D (or 0x4E9A8D) is unknown color: approx Lochinvar. HEX triplet: 4E, 9A and 8D. RGB value is (78,154,141). Sum of RGB (Red+Green+Blue) = 78+154+141=373 (49% of max value = 765). Red value is 78 (30.86% from 255 or 20.91% from 373); Green value is 154 (60.55% from 255 or 41.29% from 373); Blue value is 141 (55.47% from 255 or 37.80% from 373); Max value from RGB is 154 - color contains mainly: green. Hex color #4E9A8D is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #4E9A8D is #B16572. Grayscale: #818181. Windows color (decimal): -11625843 or 9280078. OLE color: 9280078.

HSL color Cylindrical-coordinate representation of color #4E9A8D: hue angle of 169.74º 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 #4E9A8D is Cyan = 0.49, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.40.

Color convert

RGB78154141-
CMYK0.4900.080.40
HSL169.74º32.76%45.49%-
HSV(B)169.74º49.35%60.39%-
XYZ19.5126.6529.32-
YUV129.79134.3291.06-

RGB Variations

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

RGB

RED value IS 78 (30.86% from 255) = 20.91%
GREEN value IS 154 (60.55% from 255) = 41.29%
BLUE value IS 141 (55.47% from 255) = 37.80%
R=20.91%
G=41.29%
B=37.80%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal781541410.4900.080.40169.7432.7645.49
Hex4E9A8D310828aa212d
Octal11623221561010502524155
Binary100111010011010100011011100010100010100010101010100001101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4E9A8D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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