#487274

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

Shades of Ming #487274

Tints of Ming #487274

Color information

#487274 (or 0x487274) is unknown color: approx Ming. HEX triplet: 48, 72 and 74. RGB value is (72,114,116). Sum of RGB (Red+Green+Blue) = 72+114+116=302 (40% of max value = 765). Red value is 72 (28.52% from 255 or 23.84% from 302); Green value is 114 (44.92% from 255 or 37.75% from 302); Blue value is 116 (45.70% from 255 or 38.41% from 302); Max value from RGB is 116 - color contains mainly: blue. Hex color #487274 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #487274 is #B78D8B. Grayscale: #656565. Windows color (decimal): -12029324 or 7631432. OLE color: 7631432.

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

Color convert

RGB72114116-
CMYK0.380.0200.55
HSL182.73º23.4%36.86%-
HSV(B)182.73º37.93%45.49%-
XYZ11.8414.6718.73-
YUV101.67136.09106.84-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 23.84%
GREEN value IS 114 (44.92% from 255) = 37.75%
BLUE value IS 116 (45.70% from 255) = 38.41%
R=23.84%
G=37.75%
B=38.41%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal721141160.380.0200.55182.7323.436.86
Hex487274262037b71725
Octal1101621644620672672745
Binary1001000111001011101001001101001101111011011110111100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #487274

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #487274; }

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

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

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

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

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

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

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

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