#4A977A

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

Shades of Lochinvar #4A977A

Tints of Lochinvar #4A977A

Color information

#4A977A (or 0x4A977A) is unknown color: approx Lochinvar. HEX triplet: 4A, 97 and 7A. RGB value is (74,151,122). Sum of RGB (Red+Green+Blue) = 74+151+122=347 (45% of max value = 765). Red value is 74 (29.30% from 255 or 21.33% from 347); Green value is 151 (59.38% from 255 or 43.52% from 347); Blue value is 122 (48.05% from 255 or 35.16% from 347); Max value from RGB is 151 - color contains mainly: green. Hex color #4A977A is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #4A977A is #B56885. Grayscale: #7C7C7C. Windows color (decimal): -11888774 or 8034122. OLE color: 8034122.

HSL color Cylindrical-coordinate representation of color #4A977A: hue angle of 157.4º degrees, saturation: 0.34, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #4A977A is Cyan = 0.51, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.41.

Color convert

RGB74151122-
CMYK0.5100.190.41
HSL157.4º34.22%44.12%-
HSV(B)157.4º50.99%59.22%-
XYZ17.424.9922.32-
YUV124.67126.4991.86-

RGB Variations

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

RGB

RED value IS 74 (29.30% from 255) = 21.33%
GREEN value IS 151 (59.38% from 255) = 43.52%
BLUE value IS 122 (48.05% from 255) = 35.16%
R=21.33%
G=43.52%
B=35.16%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal741511220.5100.190.41157.434.2244.12
Hex4A977A33013299d222c
Octal11222717263023512354254
Binary100101010010111111101011001101001110100110011101100010101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4A977A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(74,151,122); }

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

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

 a { background-color: rgb(74,151,122); }

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

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

 span { border-color: rgb(74,151,122); }

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