#495C5D

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

Shades of Mako #495C5D

Tints of Mako #495C5D

Color information

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

HSL color Cylindrical-coordinate representation of color #495C5D: hue angle of 183º 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 #495C5D is Cyan = 0.22, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB739293-
CMYK0.220.0100.64
HSL183º12.05%32.55%-
HSV(B)183º21.51%36.47%-
XYZ8.559.8611.81-
YUV86.43131.71118.42-

RGB Variations

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

RGB

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

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal7392930.220.0100.6418312.0532.55
Hex495C5D161040b7c21
Octal11113413526101002671441
Binary10010011011100101110110110101000000101101111100100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #495C5D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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