#487072

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

Shades of Ming #487072

Tints of Ming #487072

Color information

#487072 (or 0x487072) is unknown color: approx Ming. HEX triplet: 48, 70 and 72. RGB value is (72,112,114). Sum of RGB (Red+Green+Blue) = 72+112+114=298 (39% of max value = 765). Red value is 72 (28.52% from 255 or 24.16% from 298); Green value is 112 (44.14% from 255 or 37.58% from 298); Blue value is 114 (44.92% from 255 or 38.26% from 298); Max value from RGB is 114 - color contains mainly: blue. Hex color #487072 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #487072 is #B78F8D. Grayscale: #646464. Windows color (decimal): -12029838 or 7499848. OLE color: 7499848.

HSL color Cylindrical-coordinate representation of color #487072: hue angle of 182.86º degrees, saturation: 0.23, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #487072 is Cyan = 0.37, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB72112114-
CMYK0.370.0200.55
HSL182.86º22.58%36.47%-
HSV(B)182.86º36.84%44.71%-
XYZ11.514.1818.05-
YUV100.27135.75107.84-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 24.16%
GREEN value IS 112 (44.14% from 255) = 37.58%
BLUE value IS 114 (44.92% from 255) = 38.26%
R=24.16%
G=37.58%
B=38.26%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal721121140.370.0200.55182.8622.5836.47
Hex487072252037b71724
Octal1101601624520672672744
Binary1001000111000011100101001011001101111011011110111100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #487072

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #487072; }

 p { color: rgb(72,112,114); }

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

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

 a { background-color: rgb(72,112,114); }

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

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

 span { border-color: rgb(72,112,114); }

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