#495A5C

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

Shades of Mako #495A5C

Tints of Mako #495A5C

Color information

#495A5C (or 0x495A5C) is unknown color: approx Mako. HEX triplet: 49, 5A and 5C. RGB value is (73,90,92). Sum of RGB (Red+Green+Blue) = 73+90+92=255 (33% of max value = 765). Red value is 73 (28.91% from 255 or 28.63% from 255); Green value is 90 (35.55% from 255 or 35.29% from 255); Blue value is 92 (36.33% from 255 or 36.08% from 255); Max value from RGB is 92 - color contains mainly: blue. Hex color #495A5C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #495A5C is #B6A5A3. Grayscale: #555555. Windows color (decimal): -11969956 or 6052425. OLE color: 6052425.

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

Color convert

RGB739092-
CMYK0.210.0200.64
HSL186.32º11.52%32.35%-
HSV(B)186.32º20.65%36.08%-
XYZ8.349.511.52-
YUV85.14131.87119.34-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 28.63%
GREEN value IS 90 (35.55% from 255) = 35.29%
BLUE value IS 92 (36.33% from 255) = 36.08%
R=28.63%
G=35.29%
B=36.08%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal7390920.210.0200.64186.3211.5232.35
Hex495A5C152040bac20
Octal11113213425201002721440
Binary100100110110101011100101011001000000101110101100100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #495A5C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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