#495556

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

Shades of Mako #495556

Tints of Mako #495556

Color information

#495556 (or 0x495556) is unknown color: approx Mako. HEX triplet: 49, 55 and 56. RGB value is (73,85,86). Sum of RGB (Red+Green+Blue) = 73+85+86=244 (32% of max value = 765). Red value is 73 (28.91% from 255 or 29.92% from 244); Green value is 85 (33.59% from 255 or 34.84% from 244); Blue value is 86 (33.98% from 255 or 35.25% from 244); Max value from RGB is 86 - color contains mainly: blue. Hex color #495556 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #495556 is #B6AAA9. Grayscale: #515151. Windows color (decimal): -11971242 or 5657929. OLE color: 5657929.

HSL color Cylindrical-coordinate representation of color #495556: hue angle of 184.62º degrees, saturation: 0.08, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #495556 is Cyan = 0.15, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.66.

Color convert

RGB738586-
CMYK0.150.0100.66
HSL184.62º8.18%31.18%-
HSV(B)184.62º15.12%33.73%-
XYZ7.688.5910.06-
YUV81.53130.52121.92-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 29.92%
GREEN value IS 85 (33.59% from 255) = 34.84%
BLUE value IS 86 (33.98% from 255) = 35.25%
R=29.92%
G=34.84%
B=35.25%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal7385860.150.0100.66184.628.1831.18
Hex495556F1042b981f
Octal11112512617101022711037
Binary100100110101011010110111110100001010111001100011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #495556

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #495556; }

 p { color: rgb(73,85,86); }

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

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

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

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

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

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

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