#487478

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

Shades of Ming #487478

Tints of Ming #487478

Color information

#487478 (or 0x487478) is unknown color: approx Ming. HEX triplet: 48, 74 and 78. RGB value is (72,116,120). Sum of RGB (Red+Green+Blue) = 72+116+120=308 (40% of max value = 765). Red value is 72 (28.52% from 255 or 23.38% from 308); Green value is 116 (45.70% from 255 or 37.66% from 308); Blue value is 120 (47.27% from 255 or 38.96% from 308); Max value from RGB is 120 - color contains mainly: blue. Hex color #487478 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #487478 is #B78B87. Grayscale: #676767. Windows color (decimal): -12028808 or 7894088. OLE color: 7894088.

HSL color Cylindrical-coordinate representation of color #487478: hue angle of 185º 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 #487478 is Cyan = 0.40, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB72116120-
CMYK0.400.0300.53
HSL185º25%37.65%-
HSV(B)185º40%47.06%-
XYZ12.3115.2220.06-
YUV103.3137.42105.67-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 23.38%
GREEN value IS 116 (45.70% from 255) = 37.66%
BLUE value IS 120 (47.27% from 255) = 38.96%
R=23.38%
G=37.66%
B=38.96%

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
Decimal721161200.400.0300.531852537.65
Hex487478283035b91926
Octal1101641705030652713146
Binary1001000111010011110001010001101101011011100111001100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #487478

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #487478; }

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

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

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

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

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

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

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

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