#487674

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

Shades of Ming #487674

Tints of Ming #487674

Color information

#487674 (or 0x487674) is unknown color: approx Ming. HEX triplet: 48, 76 and 74. RGB value is (72,118,116). Sum of RGB (Red+Green+Blue) = 72+118+116=306 (40% of max value = 765). Red value is 72 (28.52% from 255 or 23.53% from 306); Green value is 118 (46.48% from 255 or 38.56% from 306); Blue value is 116 (45.70% from 255 or 37.91% from 306); Max value from RGB is 118 - color contains mainly: green. Hex color #487674 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #487674 is #B7898B. Grayscale: #676767. Windows color (decimal): -12028300 or 7632456. OLE color: 7632456.

HSL color Cylindrical-coordinate representation of color #487674: hue angle of 177.39º 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 #487674 is Cyan = 0.39, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.54.

Color convert

RGB72118116-
CMYK0.3900.020.54
HSL177.39º24.21%37.25%-
HSV(B)177.39º38.98%46.27%-
XYZ12.315.618.88-
YUV104.02134.76105.16-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 23.53%
GREEN value IS 118 (46.48% from 255) = 38.56%
BLUE value IS 116 (45.70% from 255) = 37.91%
R=23.53%
G=38.56%
B=37.91%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal721181160.3900.020.54177.3924.2137.25
Hex487674270236b11825
Octal1101661644702662613045
Binary1001000111011011101001001110101101101011000111000100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #487674

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #487674; }

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

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

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

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

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

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

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

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