#495D5C

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

Shades of Mako #495D5C

Tints of Mako #495D5C

Color information

#495D5C (or 0x495D5C) is unknown color: approx Mako. HEX triplet: 49, 5D and 5C. RGB value is (73,93,92). Sum of RGB (Red+Green+Blue) = 73+93+92=258 (34% of max value = 765). Red value is 73 (28.91% from 255 or 28.29% from 258); Green value is 93 (36.72% from 255 or 36.05% from 258); Blue value is 92 (36.33% from 255 or 35.66% from 258); Max value from RGB is 93 - color contains mainly: green. Hex color #495D5C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #495D5C is #B6A2A3. Grayscale: #565656. Windows color (decimal): -11969188 or 6053193. OLE color: 6053193.

HSL color Cylindrical-coordinate representation of color #495D5C: hue angle of 177º degrees, saturation: 0.12, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #495D5C is Cyan = 0.22, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.64.

Color convert

RGB739392-
CMYK0.2200.010.64
HSL177º12.05%32.55%-
HSV(B)177º21.51%36.47%-
XYZ8.5910.0211.61-
YUV86.91130.87118.08-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 28.29%
GREEN value IS 93 (36.72% from 255) = 36.05%
BLUE value IS 92 (36.33% from 255) = 35.66%
R=28.29%
G=36.05%
B=35.66%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal7393920.2200.010.6417712.0532.55
Hex495D5C160140b1c21
Octal11113513426011002611441
Binary10010011011101101110010110011000000101100011100100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #495D5C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #495D5C; }

 p { color: rgb(73,93,92); }

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

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

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

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

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

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

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