#476F71

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

Shades of Ming #476F71

Tints of Ming #476F71

Color information

#476F71 (or 0x476F71) is unknown color: approx Ming. HEX triplet: 47, 6F and 71. RGB value is (71,111,113). Sum of RGB (Red+Green+Blue) = 71+111+113=295 (39% of max value = 765). Red value is 71 (28.12% from 255 or 24.07% from 295); Green value is 111 (43.75% from 255 or 37.63% from 295); Blue value is 113 (44.53% from 255 or 38.31% from 295); Max value from RGB is 113 - color contains mainly: blue. Hex color #476F71 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #476F71 is #B8908E. Grayscale: #636363. Windows color (decimal): -12095631 or 7434055. OLE color: 7434055.

HSL color Cylindrical-coordinate representation of color #476F71: hue angle of 182.86º degrees, saturation: 0.23, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #476F71 is Cyan = 0.37, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB71111113-
CMYK0.370.0200.56
HSL182.86º22.83%36.08%-
HSV(B)182.86º37.17%44.31%-
XYZ11.2613.917.71-
YUV99.27135.75107.84-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 24.07%
GREEN value IS 111 (43.75% from 255) = 37.63%
BLUE value IS 113 (44.53% from 255) = 38.31%
R=24.07%
G=37.63%
B=38.31%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal711111130.370.0200.56182.8622.8336.08
Hex476F71252038b71724
Octal1071571614520702672744
Binary1000111110111111100011001011001110001011011110111100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #476F71

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #476F71; }

 p { color: rgb(71,111,113); }

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

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

 a { background-color: rgb(71,111,113); }

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

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

 span { border-color: rgb(71,111,113); }

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