#4A9A7C

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

Shades of Lochinvar #4A9A7C

Tints of Lochinvar #4A9A7C

Color information

#4A9A7C (or 0x4A9A7C) is unknown color: approx Lochinvar. HEX triplet: 4A, 9A and 7C. RGB value is (74,154,124). Sum of RGB (Red+Green+Blue) = 74+154+124=352 (46% of max value = 765). Red value is 74 (29.30% from 255 or 21.02% from 352); Green value is 154 (60.55% from 255 or 43.75% from 352); Blue value is 124 (48.83% from 255 or 35.23% from 352); Max value from RGB is 154 - color contains mainly: green. Hex color #4A9A7C is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #4A9A7C is #B56583. Grayscale: #7E7E7E. Windows color (decimal): -11888004 or 8165962. OLE color: 8165962.

HSL color Cylindrical-coordinate representation of color #4A9A7C: hue angle of 157.5º degrees, saturation: 0.35, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #4A9A7C is Cyan = 0.52, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.40.

Color convert

RGB74154124-
CMYK0.5200.190.40
HSL157.5º35.09%44.71%-
HSV(B)157.5º51.95%60.39%-
XYZ18.0226.0223.14-
YUV126.66126.590.44-

RGB Variations

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

RGB

RED value IS 74 (29.30% from 255) = 21.02%
GREEN value IS 154 (60.55% from 255) = 43.75%
BLUE value IS 124 (48.83% from 255) = 35.23%
R=21.02%
G=43.75%
B=35.23%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal741541240.5200.190.40157.535.0944.71
Hex4A9A7C34013289e232d
Octal11223217464023502364355
Binary100101010011010111110011010001001110100010011110100011101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4A9A7C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(74,154,124); }

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

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

 a { background-color: rgb(74,154,124); }

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

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

 span { border-color: rgb(74,154,124); }

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