#4A857C

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

Shades of Lochinvar #4A857C

Tints of Lochinvar #4A857C

Color information

#4A857C (or 0x4A857C) is unknown color: approx Lochinvar. HEX triplet: 4A, 85 and 7C. RGB value is (74,133,124). Sum of RGB (Red+Green+Blue) = 74+133+124=331 (43% of max value = 765). Red value is 74 (29.30% from 255 or 22.36% from 331); Green value is 133 (52.34% from 255 or 40.18% from 331); Blue value is 124 (48.83% from 255 or 37.46% from 331); Max value from RGB is 133 - color contains mainly: green. Hex color #4A857C is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #4A857C is #B57A83. Grayscale: #727272. Windows color (decimal): -11893380 or 8160586. OLE color: 8160586.

HSL color Cylindrical-coordinate representation of color #4A857C: hue angle of 170.85º degrees, saturation: 0.29, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #4A857C is Cyan = 0.44, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.48.

Color convert

RGB74133124-
CMYK0.4400.070.48
HSL170.85º28.5%40.59%-
HSV(B)170.85º44.36%52.16%-
XYZ14.8519.6922.09-
YUV114.33133.4599.23-

RGB Variations

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

RGB

RED value IS 74 (29.30% from 255) = 22.36%
GREEN value IS 133 (52.34% from 255) = 40.18%
BLUE value IS 124 (48.83% from 255) = 37.46%
R=22.36%
G=40.18%
B=37.46%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal741331240.4400.070.48170.8528.540.59
Hex4A857C2C0730ab1d29
Octal1122051745407602533551
Binary100101010000101111110010110001111100001010101111101101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4A857C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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