#495859

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

Shades of Mako #495859

Tints of Mako #495859

Color information

#495859 (or 0x495859) is unknown color: approx Mako. HEX triplet: 49, 58 and 59. RGB value is (73,88,89). Sum of RGB (Red+Green+Blue) = 73+88+89=250 (33% of max value = 765). Red value is 73 (28.91% from 255 or 29.2% from 250); Green value is 88 (34.77% from 255 or 35.2% from 250); Blue value is 89 (35.16% from 255 or 35.6% from 250); Max value from RGB is 89 - color contains mainly: blue. Hex color #495859 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #495859 is #B6A7A6. Grayscale: #535353. Windows color (decimal): -11970471 or 5855305. OLE color: 5855305.

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

Color convert

RGB738889-
CMYK0.180.0100.65
HSL183.75º9.88%31.76%-
HSV(B)183.75º17.98%34.9%-
XYZ8.049.1210.79-
YUV83.63131.03120.42-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 29.2%
GREEN value IS 88 (34.77% from 255) = 35.2%
BLUE value IS 89 (35.16% from 255) = 35.6%
R=29.2%
G=35.2%
B=35.6%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal7388890.180.0100.65183.759.8831.76
Hex495859121041b8a20
Octal11113013122101012701240
Binary10010011011000101100110010101000001101110001010100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #495859

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #495859; }

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

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

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

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

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

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

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

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