#495051

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

Shades of Mako #495051

Tints of Mako #495051

Color information

#495051 (or 0x495051) is unknown color: approx Mako. HEX triplet: 49, 50 and 51. RGB value is (73,80,81). Sum of RGB (Red+Green+Blue) = 73+80+81=234 (30% of max value = 765). Red value is 73 (28.91% from 255 or 31.20% from 234); Green value is 80 (31.64% from 255 or 34.19% from 234); Blue value is 81 (32.03% from 255 or 34.62% from 234); Max value from RGB is 81 - color contains mainly: blue. Hex color #495051 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #495051 is #B6AFAE. Grayscale: #4E4E4E. Windows color (decimal): -11972527 or 5328969. OLE color: 5328969.

HSL color Cylindrical-coordinate representation of color #495051: hue angle of 187.5º degrees, saturation: 0.05, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #495051 is Cyan = 0.10, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.68.

Color convert

RGB738081-
CMYK0.100.0100.68
HSL187.5º5.19%30.2%-
HSV(B)187.5º9.88%31.76%-
XYZ7.17.758.91-
YUV78.02129.68124.42-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 31.20%
GREEN value IS 80 (31.64% from 255) = 34.19%
BLUE value IS 81 (32.03% from 255) = 34.62%
R=31.20%
G=34.19%
B=34.62%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal7380810.100.0100.68187.55.1930.2
Hex495051A1044bb51e
Octal1111201211210104273536
Binary10010011010000101000110101010001001011101110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #495051

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #495051; }

 p { color: rgb(73,80,81); }

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

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

 a { background-color: rgb(73,80,81); }

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

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

 span { border-color: rgb(73,80,81); }

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