#4A8A79

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

Shades of Lochinvar #4A8A79

Tints of Lochinvar #4A8A79

Color information

#4A8A79 (or 0x4A8A79) is unknown color: approx Lochinvar. HEX triplet: 4A, 8A and 79. RGB value is (74,138,121). Sum of RGB (Red+Green+Blue) = 74+138+121=333 (44% of max value = 765). Red value is 74 (29.30% from 255 or 22.22% from 333); Green value is 138 (54.30% from 255 or 41.44% from 333); Blue value is 121 (47.66% from 255 or 36.34% from 333); Max value from RGB is 138 - color contains mainly: green. Hex color #4A8A79 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #4A8A79 is #B57586. Grayscale: #747474. Windows color (decimal): -11892103 or 7965258. OLE color: 7965258.

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

Color convert

RGB74138121-
CMYK0.4600.120.46
HSL164.06º30.19%41.57%-
HSV(B)164.06º46.38%54.12%-
XYZ15.3621.0121.34-
YUV116.93130.397.38-

RGB Variations

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

RGB

RED value IS 74 (29.30% from 255) = 22.22%
GREEN value IS 138 (54.30% from 255) = 41.44%
BLUE value IS 121 (47.66% from 255) = 36.34%
R=22.22%
G=41.44%
B=36.34%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal741381210.4600.120.46164.0630.1941.57
Hex4A8A792E0C2Ea41e2a
Octal11221217156014562443652
Binary1001010100010101111001101110011001011101010010011110101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4A8A79

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(74,138,121); }

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

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

 a { background-color: rgb(74,138,121); }

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

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

 span { border-color: rgb(74,138,121); }

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