#4A917C

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

Shades of Lochinvar #4A917C

Tints of Lochinvar #4A917C

Color information

#4A917C (or 0x4A917C) is unknown color: approx Lochinvar. HEX triplet: 4A, 91 and 7C. RGB value is (74,145,124). Sum of RGB (Red+Green+Blue) = 74+145+124=343 (45% of max value = 765). Red value is 74 (29.30% from 255 or 21.57% from 343); Green value is 145 (57.03% from 255 or 42.27% from 343); Blue value is 124 (48.83% from 255 or 36.15% from 343); Max value from RGB is 145 - color contains mainly: green. Hex color #4A917C is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #4A917C is #B56E83. Grayscale: #797979. Windows color (decimal): -11890308 or 8163658. OLE color: 8163658.

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

Color convert

RGB74145124-
CMYK0.4900.140.43
HSL162.25º32.42%42.94%-
HSV(B)162.25º48.97%56.86%-
XYZ16.5923.1622.67-
YUV121.38129.4894.21-

RGB Variations

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

RGB

RED value IS 74 (29.30% from 255) = 21.57%
GREEN value IS 145 (57.03% from 255) = 42.27%
BLUE value IS 124 (48.83% from 255) = 36.15%
R=21.57%
G=42.27%
B=36.15%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal741451240.4900.140.43162.2532.4242.94
Hex4A917C310E2Ba2202b
Octal11222117461016532424053
Binary10010101001000111111001100010111010101110100010100000101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4A917C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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