#495758

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

Shades of Mako #495758

Tints of Mako #495758

Color information

#495758 (or 0x495758) is unknown color: approx Mako. HEX triplet: 49, 57 and 58. RGB value is (73,87,88). Sum of RGB (Red+Green+Blue) = 73+87+88=248 (32% of max value = 765). Red value is 73 (28.91% from 255 or 29.44% from 248); Green value is 87 (34.38% from 255 or 35.08% from 248); Blue value is 88 (34.77% from 255 or 35.48% from 248); Max value from RGB is 88 - color contains mainly: blue. Hex color #495758 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #495758 is #B6A8A7. Grayscale: #525252. Windows color (decimal): -11970728 or 5789513. OLE color: 5789513.

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

Color convert

RGB738788-
CMYK0.170.0100.65
HSL184º9.32%31.57%-
HSV(B)184º17.05%34.51%-
XYZ7.928.9410.54-
YUV82.93130.86120.92-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 29.44%
GREEN value IS 87 (34.38% from 255) = 35.08%
BLUE value IS 88 (34.77% from 255) = 35.48%
R=29.44%
G=35.08%
B=35.48%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal7387880.170.0100.651849.3231.57
Hex495758111041b8920
Octal11112713021101012701140
Binary10010011010111101100010001101000001101110001001100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #495758

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #495758; }

 p { color: rgb(73,87,88); }

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

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

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

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

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

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

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