#495959

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

Shades of Mako #495959

Tints of Mako #495959

Color information

#495959 (or 0x495959) is unknown color: approx Mako. HEX triplet: 49, 59 and 59. RGB value is (73,89,89). Sum of RGB (Red+Green+Blue) = 73+89+89=251 (33% of max value = 765). Red value is 73 (28.91% from 255 or 29.08% from 251); Green value is 89 (35.16% from 255 or 35.46% from 251); Blue value is 89 (35.16% from 255 or 35.46% from 251); Max value from RGB is 89 - color contains mainly: green, blue. Hex color #495959 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #495959 is #B6A6A6. Grayscale: #545454. Windows color (decimal): -11970215 or 5855561. OLE color: 5855561.

HSL color Cylindrical-coordinate representation of color #495959: hue angle of 180º degrees, saturation: 0.1, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #495959 is Cyan = 0.18, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB738989-
CMYK0.18000.65
HSL180º9.88%31.76%-
HSV(B)180º17.98%34.9%-
XYZ8.129.2810.81-
YUV84.22130.7120-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 29.08%
GREEN value IS 89 (35.16% from 255) = 35.46%
BLUE value IS 89 (35.16% from 255) = 35.46%
R=29.08%
G=35.46%
B=35.46%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal7389890.18000.651809.8831.76
Hex495959120041b4a20
Octal11113113122001012641240
Binary10010011011001101100110010001000001101101001010100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #495959

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #495959; }

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

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

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

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

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

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

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

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