#49877C

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

Shades of Lochinvar #49877C

Tints of Lochinvar #49877C

Color information

#49877C (or 0x49877C) is unknown color: approx Lochinvar. HEX triplet: 49, 87 and 7C. RGB value is (73,135,124). Sum of RGB (Red+Green+Blue) = 73+135+124=332 (43% of max value = 765). Red value is 73 (28.91% from 255 or 21.99% from 332); Green value is 135 (53.12% from 255 or 40.66% from 332); Blue value is 124 (48.83% from 255 or 37.35% from 332); Max value from RGB is 135 - color contains mainly: green. Hex color #49877C is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #49877C is #B67883. Grayscale: #737373. Windows color (decimal): -11958404 or 8161097. OLE color: 8161097.

HSL color Cylindrical-coordinate representation of color #49877C: hue angle of 169.35º degrees, saturation: 0.3, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #49877C is Cyan = 0.46, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.47.

Color convert

RGB73135124-
CMYK0.4600.080.47
HSL169.35º29.81%40.78%-
HSV(B)169.35º45.93%52.94%-
XYZ15.0520.222.17-
YUV115.21132.9697.89-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 21.99%
GREEN value IS 135 (53.12% from 255) = 40.66%
BLUE value IS 124 (48.83% from 255) = 37.35%
R=21.99%
G=40.66%
B=37.35%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal731351240.4600.080.47169.3529.8140.78
Hex49877C2E082Fa91e29
Octal11120717456010572513651
Binary1001001100001111111100101110010001011111010100111110101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #49877C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #49877C; }

 p { color: rgb(73,135,124); }

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

<style>
 a { background-color: #49877C; }

 a { background-color: rgb(73,135,124); }

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

<style>
 span { border-color: #49877C; }

 span { border-color: rgb(73,135,124); }

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