#4A987F

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

Shades of Lochinvar #4A987F

Tints of Lochinvar #4A987F

Color information

#4A987F (or 0x4A987F) is unknown color: approx Lochinvar. HEX triplet: 4A, 98 and 7F. RGB value is (74,152,127). Sum of RGB (Red+Green+Blue) = 74+152+127=353 (46% of max value = 765). Red value is 74 (29.30% from 255 or 20.96% from 353); Green value is 152 (59.77% from 255 or 43.06% from 353); Blue value is 127 (50% from 255 or 35.98% from 353); Max value from RGB is 152 - color contains mainly: green. Hex color #4A987F is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #4A987F is #B56780. Grayscale: #7D7D7D. Windows color (decimal): -11888513 or 8362058. OLE color: 8362058.

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

Color convert

RGB74152127-
CMYK0.5100.160.40
HSL160.77º34.51%44.31%-
HSV(B)160.77º51.32%59.61%-
XYZ17.8825.4424.05-
YUV125.83128.6691.03-

RGB Variations

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

RGB

RED value IS 74 (29.30% from 255) = 20.96%
GREEN value IS 152 (59.77% from 255) = 43.06%
BLUE value IS 127 (50% from 255) = 35.98%
R=20.96%
G=43.06%
B=35.98%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal741521270.5100.160.40160.7734.5144.31
Hex4A987F3301028a1232c
Octal11223017763020502414354
Binary100101010011000111111111001101000010100010100001100011101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4A987F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(74,152,127); }

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

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

 a { background-color: rgb(74,152,127); }

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

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

 span { border-color: rgb(74,152,127); }

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