#49605E

Color #49605E Mako (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Mako #49605E

Tints of Mako #49605E

Color information

#49605E (or 0x49605E) is unknown color: approx Mako. HEX triplet: 49, 60 and 5E. RGB value is (73,96,94). Sum of RGB (Red+Green+Blue) = 73+96+94=263 (34% of max value = 765). Red value is 73 (28.91% from 255 or 27.76% from 263); Green value is 96 (37.89% from 255 or 36.50% from 263); Blue value is 94 (37.11% from 255 or 35.74% from 263); Max value from RGB is 96 - color contains mainly: green. Hex color #49605E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #49605E is #B69FA1. Grayscale: #585858. Windows color (decimal): -11968418 or 6185033. OLE color: 6185033.

HSL color Cylindrical-coordinate representation of color #49605E: hue angle of 174.78º degrees, saturation: 0.14, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #49605E is Cyan = 0.24, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.62.

Color convert

RGB739694-
CMYK0.2400.020.62
HSL174.78º13.61%33.14%-
HSV(B)174.78º23.96%37.65%-
XYZ8.9510.5912.16-
YUV88.9130.88116.66-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 27.76%
GREEN value IS 96 (37.89% from 255) = 36.50%
BLUE value IS 94 (37.11% from 255) = 35.74%
R=27.76%
G=36.50%
B=35.74%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal7396940.2400.020.62174.7813.6133.14
Hex49605E18023Eafe21
Octal1111401363002762571641
Binary10010011100000101111011000010111110101011111110100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #49605E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #49605E; }

 p { color: rgb(73,96,94); }

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

<style>
 a { background-color: #49605E; }

 a { background-color: rgb(73,96,94); }

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

<style>
 span { border-color: #49605E; }

 span { border-color: rgb(73,96,94); }

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