#487175

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

Shades of Ming #487175

Tints of Ming #487175

Color information

#487175 (or 0x487175) is unknown color: approx Ming. HEX triplet: 48, 71 and 75. RGB value is (72,113,117). Sum of RGB (Red+Green+Blue) = 72+113+117=302 (40% of max value = 765). Red value is 72 (28.52% from 255 or 23.84% from 302); Green value is 113 (44.53% from 255 or 37.42% from 302); Blue value is 117 (46.09% from 255 or 38.74% from 302); Max value from RGB is 117 - color contains mainly: blue. Hex color #487175 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #487175 is #B78E8A. Grayscale: #656565. Windows color (decimal): -12029579 or 7696712. OLE color: 7696712.

HSL color Cylindrical-coordinate representation of color #487175: hue angle of 185.33º degrees, saturation: 0.24, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #487175 is Cyan = 0.38, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB72113117-
CMYK0.380.0300.54
HSL185.33º23.81%37.06%-
HSV(B)185.33º38.46%45.88%-
XYZ11.7914.4719-
YUV101.2136.92107.17-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 23.84%
GREEN value IS 113 (44.53% from 255) = 37.42%
BLUE value IS 117 (46.09% from 255) = 38.74%
R=23.84%
G=37.42%
B=38.74%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal721131170.380.0300.54185.3323.8137.06
Hex487175263036b91825
Octal1101611654630662713045
Binary1001000111000111101011001101101101101011100111000100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #487175

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #487175; }

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

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

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

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

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

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

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

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