#475253

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

Shades of Mako #475253

Tints of Mako #475253

Color information

#475253 (or 0x475253) is unknown color: approx Mako. HEX triplet: 47, 52 and 53. RGB value is (71,82,83). Sum of RGB (Red+Green+Blue) = 71+82+83=236 (31% of max value = 765). Red value is 71 (28.12% from 255 or 30.08% from 236); Green value is 82 (32.42% from 255 or 34.75% from 236); Blue value is 83 (32.81% from 255 or 35.17% from 236); Max value from RGB is 83 - color contains mainly: blue. Hex color #475253 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #475253 is #B8ADAC. Grayscale: #4E4E4E. Windows color (decimal): -12103085 or 5460551. OLE color: 5460551.

HSL color Cylindrical-coordinate representation of color #475253: hue angle of 185º degrees, saturation: 0.08, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #475253 is Cyan = 0.14, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB718283-
CMYK0.140.0100.67
HSL185º7.79%30.2%-
HSV(B)185º14.46%32.55%-
XYZ7.1889.35-
YUV78.82130.36122.42-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 30.08%
GREEN value IS 82 (32.42% from 255) = 34.75%
BLUE value IS 83 (32.81% from 255) = 35.17%
R=30.08%
G=34.75%
B=35.17%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal7182830.140.0100.671857.7930.2
Hex475253E1043b981e
Octal10712212316101032711036
Binary100011110100101010011111010100001110111001100011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #475253

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #475253; }

 p { color: rgb(71,82,83); }

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

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

 a { background-color: rgb(71,82,83); }

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

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

 span { border-color: rgb(71,82,83); }

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