#487576

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

Shades of Ming #487576

Tints of Ming #487576

Color information

#487576 (or 0x487576) is unknown color: approx Ming. HEX triplet: 48, 75 and 76. RGB value is (72,117,118). Sum of RGB (Red+Green+Blue) = 72+117+118=307 (40% of max value = 765). Red value is 72 (28.52% from 255 or 23.45% from 307); Green value is 117 (46.09% from 255 or 38.11% from 307); Blue value is 118 (46.48% from 255 or 38.44% from 307); Max value from RGB is 118 - color contains mainly: blue. Hex color #487576 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #487576 is #B78A89. Grayscale: #676767. Windows color (decimal): -12028554 or 7763272. OLE color: 7763272.

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

Color convert

RGB72117118-
CMYK0.390.0100.54
HSL181.3º24.21%37.25%-
HSV(B)181.3º38.98%46.27%-
XYZ12.315.4119.47-
YUV103.66136.09105.42-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 23.45%
GREEN value IS 117 (46.09% from 255) = 38.11%
BLUE value IS 118 (46.48% from 255) = 38.44%
R=23.45%
G=38.11%
B=38.44%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal721171180.390.0100.54181.324.2137.25
Hex487576271036b51825
Octal1101651664710662653045
Binary100100011101011110110100111101101101011010111000100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #487576

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #487576; }

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

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

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

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

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

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

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

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