#477074

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

Shades of Ming #477074

Tints of Ming #477074

Color information

#477074 (or 0x477074) is unknown color: approx Ming. HEX triplet: 47, 70 and 74. RGB value is (71,112,116). Sum of RGB (Red+Green+Blue) = 71+112+116=299 (39% of max value = 765). Red value is 71 (28.12% from 255 or 23.75% from 299); Green value is 112 (44.14% from 255 or 37.46% from 299); Blue value is 116 (45.70% from 255 or 38.80% from 299); Max value from RGB is 116 - color contains mainly: blue. Hex color #477074 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #477074 is #B88F8B. Grayscale: #646464. Windows color (decimal): -12095372 or 7630919. OLE color: 7630919.

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

Color convert

RGB71112116-
CMYK0.390.0300.55
HSL185.33º24.06%36.67%-
HSV(B)185.33º38.79%45.49%-
XYZ11.5514.1918.65-
YUV100.2136.92107.17-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 23.75%
GREEN value IS 112 (44.14% from 255) = 37.46%
BLUE value IS 116 (45.70% from 255) = 38.80%
R=23.75%
G=37.46%
B=38.80%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal711121160.390.0300.55185.3324.0636.67
Hex477074273037b91825
Octal1071601644730672713045
Binary1000111111000011101001001111101101111011100111000100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #477074

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #477074; }

 p { color: rgb(71,112,116); }

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

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

 a { background-color: rgb(71,112,116); }

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

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

 span { border-color: rgb(71,112,116); }

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