#477478

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

Shades of Ming #477478

Tints of Ming #477478

Color information

#477478 (or 0x477478) is unknown color: approx Ming. HEX triplet: 47, 74 and 78. RGB value is (71,116,120). Sum of RGB (Red+Green+Blue) = 71+116+120=307 (40% of max value = 765). Red value is 71 (28.12% from 255 or 23.13% from 307); Green value is 116 (45.70% from 255 or 37.79% from 307); Blue value is 120 (47.27% from 255 or 39.09% from 307); Max value from RGB is 120 - color contains mainly: blue. Hex color #477478 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #477478 is #B88B87. Grayscale: #666666. Windows color (decimal): -12094344 or 7894087. OLE color: 7894087.

HSL color Cylindrical-coordinate representation of color #477478: hue angle of 184.9º degrees, saturation: 0.26, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #477478 is Cyan = 0.41, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB71116120-
CMYK0.410.0300.53
HSL184.9º25.65%37.45%-
HSV(B)184.9º40.83%47.06%-
XYZ12.2315.1920.06-
YUV103137.59105.17-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 23.13%
GREEN value IS 116 (45.70% from 255) = 37.79%
BLUE value IS 120 (47.27% from 255) = 39.09%
R=23.13%
G=37.79%
B=39.09%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal711161200.410.0300.53184.925.6537.45
Hex477478293035b91a25
Octal1071641705130652713245
Binary1000111111010011110001010011101101011011100111010100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #477478

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #477478; }

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

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

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

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

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

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

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

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