#487579

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

Shades of Ming #487579

Tints of Ming #487579

Color information

#487579 (or 0x487579) is unknown color: approx Ming. HEX triplet: 48, 75 and 79. RGB value is (72,117,121). Sum of RGB (Red+Green+Blue) = 72+117+121=310 (41% of max value = 765). Red value is 72 (28.52% from 255 or 23.23% from 310); Green value is 117 (46.09% from 255 or 37.74% from 310); Blue value is 121 (47.66% from 255 or 39.03% from 310); Max value from RGB is 121 - color contains mainly: blue. Hex color #487579 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #487579 is #B78A86. Grayscale: #676767. Windows color (decimal): -12028551 or 7959880. OLE color: 7959880.

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

Color convert

RGB72117121-
CMYK0.400.0300.53
HSL184.9º25.39%37.84%-
HSV(B)184.9º40.5%47.45%-
XYZ12.4815.4820.42-
YUV104137.59105.17-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 23.23%
GREEN value IS 117 (46.09% from 255) = 37.74%
BLUE value IS 121 (47.66% from 255) = 39.03%
R=23.23%
G=37.74%
B=39.03%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal721171210.400.0300.53184.925.3937.84
Hex487579283035b91926
Octal1101651715030652713146
Binary1001000111010111110011010001101101011011100111001100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #487579

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #487579; }

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

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

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

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

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

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

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

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