#4E9084

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

Shades of Lochinvar #4E9084

Tints of Lochinvar #4E9084

Color information

#4E9084 (or 0x4E9084) is unknown color: approx Lochinvar. HEX triplet: 4E, 90 and 84. RGB value is (78,144,132). Sum of RGB (Red+Green+Blue) = 78+144+132=354 (46% of max value = 765). Red value is 78 (30.86% from 255 or 22.03% from 354); Green value is 144 (56.64% from 255 or 40.68% from 354); Blue value is 132 (51.95% from 255 or 37.29% from 354); Max value from RGB is 144 - color contains mainly: green. Hex color #4E9084 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #4E9084 is #B16F7B. Grayscale: #7A7A7A. Windows color (decimal): -11628412 or 8687694. OLE color: 8687694.

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

Color convert

RGB78144132-
CMYK0.4600.080.44
HSL169.09º29.73%43.53%-
HSV(B)169.09º45.83%56.47%-
XYZ17.2823.2325.4-
YUV122.9133.1395.98-

RGB Variations

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

RGB

RED value IS 78 (30.86% from 255) = 22.03%
GREEN value IS 144 (56.64% from 255) = 40.68%
BLUE value IS 132 (51.95% from 255) = 37.29%
R=22.03%
G=40.68%
B=37.29%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal781441320.4600.080.44169.0929.7343.53
Hex4E90842E082Ca91e2c
Octal11622020456010542513654
Binary10011101001000010000100101110010001011001010100111110101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4E9084

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(78,144,132); }

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

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

 a { background-color: rgb(78,144,132); }

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

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

 span { border-color: rgb(78,144,132); }

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