#4E9082

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

Shades of Lochinvar #4E9082

Tints of Lochinvar #4E9082

Color information

#4E9082 (or 0x4E9082) is unknown color: approx Lochinvar. HEX triplet: 4E, 90 and 82. RGB value is (78,144,130). Sum of RGB (Red+Green+Blue) = 78+144+130=352 (46% of max value = 765). Red value is 78 (30.86% from 255 or 22.16% from 352); Green value is 144 (56.64% from 255 or 40.91% from 352); Blue value is 130 (51.17% from 255 or 36.93% from 352); Max value from RGB is 144 - color contains mainly: green. Hex color #4E9082 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #4E9082 is #B16F7D. Grayscale: #7A7A7A. Windows color (decimal): -11628414 or 8556622. OLE color: 8556622.

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

Color convert

RGB78144130-
CMYK0.4600.100.44
HSL167.27º29.73%43.53%-
HSV(B)167.27º45.83%56.47%-
XYZ17.1423.1824.69-
YUV122.67132.1396.14-

RGB Variations

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

RGB

RED value IS 78 (30.86% from 255) = 22.16%
GREEN value IS 144 (56.64% from 255) = 40.91%
BLUE value IS 130 (51.17% from 255) = 36.93%
R=22.16%
G=40.91%
B=36.93%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal781441300.4600.100.44167.2729.7343.53
Hex4E90822E0A2Ca71e2c
Octal11622020256012542473654
Binary10011101001000010000010101110010101011001010011111110101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4E9082

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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