#4A9080

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

Shades of Lochinvar #4A9080

Tints of Lochinvar #4A9080

Color information

#4A9080 (or 0x4A9080) is unknown color: approx Lochinvar. HEX triplet: 4A, 90 and 80. RGB value is (74,144,128). Sum of RGB (Red+Green+Blue) = 74+144+128=346 (45% of max value = 765). Red value is 74 (29.30% from 255 or 21.39% from 346); Green value is 144 (56.64% from 255 or 41.62% from 346); Blue value is 128 (50.39% from 255 or 36.99% from 346); Max value from RGB is 144 - color contains mainly: green. Hex color #4A9080 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #4A9080 is #B56F7F. Grayscale: #797979. Windows color (decimal): -11890560 or 8425546. OLE color: 8425546.

HSL color Cylindrical-coordinate representation of color #4A9080: hue angle of 166.29º degrees, saturation: 0.32, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #4A9080 is Cyan = 0.49, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.44.

Color convert

RGB74144128-
CMYK0.4900.110.44
HSL166.29º32.11%42.75%-
HSV(B)166.29º48.61%56.47%-
XYZ16.6922.9623.97-
YUV121.25131.8194.3-

RGB Variations

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

RGB

RED value IS 74 (29.30% from 255) = 21.39%
GREEN value IS 144 (56.64% from 255) = 41.62%
BLUE value IS 128 (50.39% from 255) = 36.99%
R=21.39%
G=41.62%
B=36.99%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal741441280.4900.110.44166.2932.1142.75
Hex4A9080310B2Ca6202b
Octal11222020061013542464053
Binary100101010010000100000001100010101110110010100110100000101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4A9080

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(74,144,128); }

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

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

 a { background-color: rgb(74,144,128); }

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

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

 span { border-color: rgb(74,144,128); }

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