#475A5B

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

Shades of Mako #475A5B

Tints of Mako #475A5B

Color information

#475A5B (or 0x475A5B) is unknown color: approx Mako. HEX triplet: 47, 5A and 5B. RGB value is (71,90,91). Sum of RGB (Red+Green+Blue) = 71+90+91=252 (33% of max value = 765). Red value is 71 (28.12% from 255 or 28.17% from 252); Green value is 90 (35.55% from 255 or 35.71% from 252); Blue value is 91 (35.94% from 255 or 36.11% from 252); Max value from RGB is 91 - color contains mainly: blue. Hex color #475A5B is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #475A5B is #B8A5A4. Grayscale: #545454. Windows color (decimal): -12101029 or 5986887. OLE color: 5986887.

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

Color convert

RGB719091-
CMYK0.220.0100.64
HSL183º12.35%31.76%-
HSV(B)183º21.98%35.69%-
XYZ8.149.4111.28-
YUV84.43131.71118.42-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 28.17%
GREEN value IS 90 (35.55% from 255) = 35.71%
BLUE value IS 91 (35.94% from 255) = 36.11%
R=28.17%
G=35.71%
B=36.11%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal7190910.220.0100.6418312.3531.76
Hex475A5B161040b7c20
Octal10713213326101002671440
Binary10001111011010101101110110101000000101101111100100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #475A5B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #475A5B; }

 p { color: rgb(71,90,91); }

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

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

 a { background-color: rgb(71,90,91); }

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

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

 span { border-color: rgb(71,90,91); }

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