#495152

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

Shades of Mako #495152

Tints of Mako #495152

Color information

#495152 (or 0x495152) is unknown color: approx Mako. HEX triplet: 49, 51 and 52. RGB value is (73,81,82). Sum of RGB (Red+Green+Blue) = 73+81+82=236 (31% of max value = 765). Red value is 73 (28.91% from 255 or 30.93% from 236); Green value is 81 (32.03% from 255 or 34.32% from 236); Blue value is 82 (32.42% from 255 or 34.75% from 236); Max value from RGB is 82 - color contains mainly: blue. Hex color #495152 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #495152 is #B6AEAD. Grayscale: #4E4E4E. Windows color (decimal): -11972270 or 5394761. OLE color: 5394761.

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

Color convert

RGB738182-
CMYK0.110.0100.68
HSL186.67º5.81%30.39%-
HSV(B)186.67º10.98%32.16%-
XYZ7.217.919.13-
YUV78.72129.85123.92-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 30.93%
GREEN value IS 81 (32.03% from 255) = 34.32%
BLUE value IS 82 (32.42% from 255) = 34.75%
R=30.93%
G=34.32%
B=34.75%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal7381820.110.0100.68186.675.8130.39
Hex495152B1044bb61e
Octal1111211221310104273636
Binary10010011010001101001010111010001001011101111011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #495152

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #495152; }

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

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

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

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

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

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

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

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