#487475

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

Shades of Ming #487475

Tints of Ming #487475

Color information

#487475 (or 0x487475) is unknown color: approx Ming. HEX triplet: 48, 74 and 75. RGB value is (72,116,117). Sum of RGB (Red+Green+Blue) = 72+116+117=305 (40% of max value = 765). Red value is 72 (28.52% from 255 or 23.61% from 305); Green value is 116 (45.70% from 255 or 38.03% from 305); Blue value is 117 (46.09% from 255 or 38.36% from 305); Max value from RGB is 117 - color contains mainly: blue. Hex color #487475 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #487475 is #B78B8A. Grayscale: #666666. Windows color (decimal): -12028811 or 7697480. OLE color: 7697480.

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

Color convert

RGB72116117-
CMYK0.380.0100.54
HSL181.33º23.81%37.06%-
HSV(B)181.33º38.46%45.88%-
XYZ12.1315.1519.12-
YUV102.96135.92105.92-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 23.61%
GREEN value IS 116 (45.70% from 255) = 38.03%
BLUE value IS 117 (46.09% from 255) = 38.36%
R=23.61%
G=38.03%
B=38.36%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal721161170.380.0100.54181.3323.8137.06
Hex487475261036b51825
Octal1101641654610662653045
Binary100100011101001110101100110101101101011010111000100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #487475

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #487475; }

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

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

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

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

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

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

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

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