#49595B

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

Shades of Mako #49595B

Tints of Mako #49595B

Color information

#49595B (or 0x49595B) is unknown color: approx Mako. HEX triplet: 49, 59 and 5B. RGB value is (73,89,91). Sum of RGB (Red+Green+Blue) = 73+89+91=253 (33% of max value = 765). Red value is 73 (28.91% from 255 or 28.85% from 253); Green value is 89 (35.16% from 255 or 35.18% from 253); Blue value is 91 (35.94% from 255 or 35.97% from 253); Max value from RGB is 91 - color contains mainly: blue. Hex color #49595B is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #49595B is #B6A6A4. Grayscale: #545454. Windows color (decimal): -11970213 or 5986633. OLE color: 5986633.

HSL color Cylindrical-coordinate representation of color #49595B: hue angle of 186.67º degrees, saturation: 0.11, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #49595B is Cyan = 0.20, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB738991-
CMYK0.200.0200.64
HSL186.67º10.98%32.16%-
HSV(B)186.67º19.78%35.69%-
XYZ8.219.3211.26-
YUV84.44131.7119.84-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 28.85%
GREEN value IS 89 (35.16% from 255) = 35.18%
BLUE value IS 91 (35.94% from 255) = 35.97%
R=28.85%
G=35.18%
B=35.97%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal7389910.200.0200.64186.6710.9832.16
Hex49595B142040bbb20
Octal11113113324201002731340
Binary100100110110011011011101001001000000101110111011100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #49595B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(73,89,91); }

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

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

 a { background-color: rgb(73,89,91); }

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

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

 span { border-color: rgb(73,89,91); }

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