#487273

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

Shades of Ming #487273

Tints of Ming #487273

Color information

#487273 (or 0x487273) is unknown color: approx Ming. HEX triplet: 48, 72 and 73. RGB value is (72,114,115). Sum of RGB (Red+Green+Blue) = 72+114+115=301 (39% of max value = 765). Red value is 72 (28.52% from 255 or 23.92% from 301); Green value is 114 (44.92% from 255 or 37.87% from 301); Blue value is 115 (45.31% from 255 or 38.21% from 301); Max value from RGB is 115 - color contains mainly: blue. Hex color #487273 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #487273 is #B78D8C. Grayscale: #656565. Windows color (decimal): -12029325 or 7565896. OLE color: 7565896.

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

Color convert

RGB72114115-
CMYK0.370.0100.55
HSL181.4º22.99%36.67%-
HSV(B)181.4º37.39%45.1%-
XYZ11.7814.6518.43-
YUV101.56135.59106.92-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 23.92%
GREEN value IS 114 (44.92% from 255) = 37.87%
BLUE value IS 115 (45.31% from 255) = 38.21%
R=23.92%
G=37.87%
B=38.21%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal721141150.370.0100.55181.422.9936.67
Hex487273251037b51725
Octal1101621634510672652745
Binary100100011100101110011100101101101111011010110111100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #487273

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #487273; }

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

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

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

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

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

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

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

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