#495253

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

Shades of Mako #495253

Tints of Mako #495253

Color information

#495253 (or 0x495253) is unknown color: approx Mako. HEX triplet: 49, 52 and 53. RGB value is (73,82,83). Sum of RGB (Red+Green+Blue) = 73+82+83=238 (31% of max value = 765). Red value is 73 (28.91% from 255 or 30.67% from 238); Green value is 82 (32.42% from 255 or 34.45% from 238); Blue value is 83 (32.81% from 255 or 34.87% from 238); Max value from RGB is 83 - color contains mainly: blue. Hex color #495253 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #495253 is #B6ADAC. Grayscale: #4F4F4F. Windows color (decimal): -11972013 or 5460553. OLE color: 5460553.

HSL color Cylindrical-coordinate representation of color #495253: hue angle of 186º degrees, saturation: 0.06, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #495253 is Cyan = 0.12, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB738283-
CMYK0.120.0100.67
HSL186º6.41%30.59%-
HSV(B)186º12.05%32.55%-
XYZ7.338.089.36-
YUV79.42130.02123.42-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 30.67%
GREEN value IS 82 (32.42% from 255) = 34.45%
BLUE value IS 83 (32.81% from 255) = 34.87%
R=30.67%
G=34.45%
B=34.87%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal7382830.120.0100.671866.4130.59
Hex495253C1043ba61f
Octal1111221231410103272637
Binary10010011010010101001111001010000111011101011011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #495253

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #495253; }

 p { color: rgb(73,82,83); }

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

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

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

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

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

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

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