#467173

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

Shades of Ming #467173

Tints of Ming #467173

Color information

#467173 (or 0x467173) is unknown color: approx Ming. HEX triplet: 46, 71 and 73. RGB value is (70,113,115). Sum of RGB (Red+Green+Blue) = 70+113+115=298 (39% of max value = 765). Red value is 70 (27.73% from 255 or 23.49% from 298); Green value is 113 (44.53% from 255 or 37.92% from 298); Blue value is 115 (45.31% from 255 or 38.59% from 298); Max value from RGB is 115 - color contains mainly: blue. Hex color #467173 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #467173 is #B98E8C. Grayscale: #646464. Windows color (decimal): -12160653 or 7565638. OLE color: 7565638.

HSL color Cylindrical-coordinate representation of color #467173: hue angle of 182.67º 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 #467173 is Cyan = 0.39, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB70113115-
CMYK0.390.0200.55
HSL182.67º24.32%36.27%-
HSV(B)182.67º39.13%45.1%-
XYZ11.5314.3518.38-
YUV100.37136.25106.34-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 23.49%
GREEN value IS 113 (44.53% from 255) = 37.92%
BLUE value IS 115 (45.31% from 255) = 38.59%
R=23.49%
G=37.92%
B=38.59%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal701131150.390.0200.55182.6724.3236.27
Hex467173272037b71824
Octal1061611634720672673044
Binary1000110111000111100111001111001101111011011111000100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #467173

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #467173; }

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

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

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

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

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

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

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

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