#487477

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

Shades of Ming #487477

Tints of Ming #487477

Color information

#487477 (or 0x487477) is unknown color: approx Ming. HEX triplet: 48, 74 and 77. RGB value is (72,116,119). Sum of RGB (Red+Green+Blue) = 72+116+119=307 (40% of max value = 765). Red value is 72 (28.52% from 255 or 23.45% from 307); Green value is 116 (45.70% from 255 or 37.79% from 307); Blue value is 119 (46.88% from 255 or 38.76% from 307); Max value from RGB is 119 - color contains mainly: blue. Hex color #487477 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #487477 is #B78B88. Grayscale: #676767. Windows color (decimal): -12028809 or 7828552. OLE color: 7828552.

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

Color convert

RGB72116119-
CMYK0.390.0300.53
HSL183.83º24.61%37.45%-
HSV(B)183.83º39.5%46.67%-
XYZ12.2515.219.74-
YUV103.19136.92105.76-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 23.45%
GREEN value IS 116 (45.70% from 255) = 37.79%
BLUE value IS 119 (46.88% from 255) = 38.76%
R=23.45%
G=37.79%
B=38.76%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal721161190.390.0300.53183.8324.6137.45
Hex487477273035b81925
Octal1101641674730652703145
Binary1001000111010011101111001111101101011011100011001100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #487477

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #487477; }

 p { color: rgb(72,116,119); }

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

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

 a { background-color: rgb(72,116,119); }

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

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

 span { border-color: rgb(72,116,119); }

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