#487076

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

Shades of Ming #487076

Tints of Ming #487076

Color information

#487076 (or 0x487076) is unknown color: approx Ming. HEX triplet: 48, 70 and 76. RGB value is (72,112,118). Sum of RGB (Red+Green+Blue) = 72+112+118=302 (40% of max value = 765). Red value is 72 (28.52% from 255 or 23.84% from 302); Green value is 112 (44.14% from 255 or 37.09% from 302); Blue value is 118 (46.48% from 255 or 39.07% from 302); Max value from RGB is 118 - color contains mainly: blue. Hex color #487076 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #487076 is #B78F89. Grayscale: #646464. Windows color (decimal): -12029834 or 7761992. OLE color: 7761992.

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

Color convert

RGB72112118-
CMYK0.390.0500.54
HSL187.83º24.21%37.25%-
HSV(B)187.83º38.98%46.27%-
XYZ11.7414.2719.28-
YUV100.72137.75107.51-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 23.84%
GREEN value IS 112 (44.14% from 255) = 37.09%
BLUE value IS 118 (46.48% from 255) = 39.07%
R=23.84%
G=37.09%
B=39.07%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal721121180.390.0500.54187.8324.2137.25
Hex487076275036bc1825
Octal1101601664750662743045
Binary10010001110000111011010011110101101101011110011000100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #487076

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #487076; }

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

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

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

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

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

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

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

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