#487176

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

Shades of Ming #487176

Tints of Ming #487176

Color information

#487176 (or 0x487176) is unknown color: approx Ming. HEX triplet: 48, 71 and 76. RGB value is (72,113,118). Sum of RGB (Red+Green+Blue) = 72+113+118=303 (40% of max value = 765). Red value is 72 (28.52% from 255 or 23.76% from 303); Green value is 113 (44.53% from 255 or 37.29% from 303); Blue value is 118 (46.48% from 255 or 38.94% from 303); Max value from RGB is 118 - color contains mainly: blue. Hex color #487176 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #487176 is #B78E89. Grayscale: #656565. Windows color (decimal): -12029578 or 7762248. OLE color: 7762248.

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

Color convert

RGB72113118-
CMYK0.390.0400.54
HSL186.52º24.21%37.25%-
HSV(B)186.52º38.98%46.27%-
XYZ11.8514.519.31-
YUV101.31137.42107.09-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 23.76%
GREEN value IS 113 (44.53% from 255) = 37.29%
BLUE value IS 118 (46.48% from 255) = 38.94%
R=23.76%
G=37.29%
B=38.94%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal721131180.390.0400.54186.5224.2137.25
Hex487176274036bb1825
Octal1101611664740662733045
Binary10010001110001111011010011110001101101011101111000100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #487176

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #487176; }

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

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

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

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

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

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

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

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