#467373

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

Shades of Ming #467373

Tints of Ming #467373

Color information

#467373 (or 0x467373) is unknown color: approx Ming. HEX triplet: 46, 73 and 73. RGB value is (70,115,115). Sum of RGB (Red+Green+Blue) = 70+115+115=300 (39% of max value = 765). Red value is 70 (27.73% from 255 or 23.33% from 300); Green value is 115 (45.31% from 255 or 38.33% from 300); Blue value is 115 (45.31% from 255 or 38.33% from 300); Max value from RGB is 115 - color contains mainly: green, blue. Hex color #467373 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #467373 is #B98C8C. Grayscale: #656565. Windows color (decimal): -12160141 or 7566150. OLE color: 7566150.

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

Color convert

RGB70115115-
CMYK0.39000.55
HSL180º24.32%36.27%-
HSV(B)180º39.13%45.1%-
XYZ11.7514.818.46-
YUV101.54135.59105.5-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 23.33%
GREEN value IS 115 (45.31% from 255) = 38.33%
BLUE value IS 115 (45.31% from 255) = 38.33%
R=23.33%
G=38.33%
B=38.33%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal701151150.39000.5518024.3236.27
Hex467373270037b41824
Octal1061631634700672643044
Binary100011011100111110011100111001101111011010011000100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #467373

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #467373; }

 p { color: rgb(70,115,115); }

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

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

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

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

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

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

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