#4A8986

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

Shades of Lochinvar #4A8986

Tints of Lochinvar #4A8986

Color information

#4A8986 (or 0x4A8986) is unknown color: approx Lochinvar. HEX triplet: 4A, 89 and 86. RGB value is (74,137,134). Sum of RGB (Red+Green+Blue) = 74+137+134=345 (45% of max value = 765). Red value is 74 (29.30% from 255 or 21.45% from 345); Green value is 137 (53.91% from 255 or 39.71% from 345); Blue value is 134 (52.73% from 255 or 38.84% from 345); Max value from RGB is 137 - color contains mainly: green. Hex color #4A8986 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #4A8986 is #B57679. Grayscale: #757575. Windows color (decimal): -11892346 or 8816970. OLE color: 8816970.

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

Color convert

RGB74137134-
CMYK0.4600.020.46
HSL177.14º29.86%41.37%-
HSV(B)177.14º45.99%53.73%-
XYZ16.0721.0725.77-
YUV117.82137.1396.74-

RGB Variations

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

RGB

RED value IS 74 (29.30% from 255) = 21.45%
GREEN value IS 137 (53.91% from 255) = 39.71%
BLUE value IS 134 (52.73% from 255) = 38.84%
R=21.45%
G=39.71%
B=38.84%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal741371340.4600.020.46177.1429.8641.37
Hex4A89862E022Eb11e29
Octal1122112065602562613651
Binary100101010001001100001101011100101011101011000111110101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4A8986

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(74,137,134); }

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

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

 a { background-color: rgb(74,137,134); }

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

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

 span { border-color: rgb(74,137,134); }

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