#49857B

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

Shades of Lochinvar #49857B

Tints of Lochinvar #49857B

Color information

#49857B (or 0x49857B) is unknown color: approx Lochinvar. HEX triplet: 49, 85 and 7B. RGB value is (73,133,123). Sum of RGB (Red+Green+Blue) = 73+133+123=329 (43% of max value = 765). Red value is 73 (28.91% from 255 or 22.19% from 329); Green value is 133 (52.34% from 255 or 40.43% from 329); Blue value is 123 (48.44% from 255 or 37.39% from 329); Max value from RGB is 133 - color contains mainly: green. Hex color #49857B is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #49857B is #B67A84. Grayscale: #717171. Windows color (decimal): -11958917 or 8095049. OLE color: 8095049.

HSL color Cylindrical-coordinate representation of color #49857B: hue angle of 170º degrees, saturation: 0.29, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #49857B is Cyan = 0.45, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.48.

Color convert

RGB73133123-
CMYK0.4500.080.48
HSL170º29.13%40.39%-
HSV(B)170º45.11%52.16%-
XYZ14.7119.6221.75-
YUV113.92133.1298.81-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 22.19%
GREEN value IS 133 (52.34% from 255) = 40.43%
BLUE value IS 123 (48.44% from 255) = 37.39%
R=22.19%
G=40.43%
B=37.39%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal731331230.4500.080.4817029.1340.39
Hex49857B2D0830aa1d28
Octal11120517355010602523550
Binary1001001100001011111011101101010001100001010101011101101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #49857B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #49857B; }

 p { color: rgb(73,133,123); }

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

<style>
 a { background-color: #49857B; }

 a { background-color: rgb(73,133,123); }

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

<style>
 span { border-color: #49857B; }

 span { border-color: rgb(73,133,123); }

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