#477275

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

Shades of Ming #477275

Tints of Ming #477275

Color information

#477275 (or 0x477275) is unknown color: approx Ming. HEX triplet: 47, 72 and 75. RGB value is (71,114,117). Sum of RGB (Red+Green+Blue) = 71+114+117=302 (40% of max value = 765). Red value is 71 (28.12% from 255 or 23.51% from 302); Green value is 114 (44.92% from 255 or 37.75% from 302); Blue value is 117 (46.09% from 255 or 38.74% from 302); Max value from RGB is 117 - color contains mainly: blue. Hex color #477275 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #477275 is #B88D8A. Grayscale: #656565. Windows color (decimal): -12094859 or 7696967. OLE color: 7696967.

HSL color Cylindrical-coordinate representation of color #477275: hue angle of 183.91º degrees, saturation: 0.24, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #477275 is Cyan = 0.39, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB71114117-
CMYK0.390.0300.54
HSL183.91º24.47%36.86%-
HSV(B)183.91º39.32%45.88%-
XYZ11.8314.6619.04-
YUV101.48136.75106.26-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 23.51%
GREEN value IS 114 (44.92% from 255) = 37.75%
BLUE value IS 117 (46.09% from 255) = 38.74%
R=23.51%
G=37.75%
B=38.74%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal711141170.390.0300.54183.9124.4736.86
Hex477275273036b81825
Octal1071621654730662703045
Binary1000111111001011101011001111101101101011100011000100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #477275

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #477275; }

 p { color: rgb(71,114,117); }

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

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

 a { background-color: rgb(71,114,117); }

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

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

 span { border-color: rgb(71,114,117); }

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