#466E72

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

Shades of Ming #466E72

Tints of Ming #466E72

Color information

#466E72 (or 0x466E72) is unknown color: approx Ming. HEX triplet: 46, 6E and 72. RGB value is (70,110,114). Sum of RGB (Red+Green+Blue) = 70+110+114=294 (38% of max value = 765). Red value is 70 (27.73% from 255 or 23.81% from 294); Green value is 110 (43.36% from 255 or 37.41% from 294); Blue value is 114 (44.92% from 255 or 38.78% from 294); Max value from RGB is 114 - color contains mainly: blue. Hex color #466E72 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #466E72 is #B9918D. Grayscale: #626262. Windows color (decimal): -12161422 or 7499334. OLE color: 7499334.

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

Color convert

RGB70110114-
CMYK0.390.0400.55
HSL185.45º23.91%36.08%-
HSV(B)185.45º38.6%44.71%-
XYZ11.1413.6717.97-
YUV98.5136.75107.67-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 23.81%
GREEN value IS 110 (43.36% from 255) = 37.41%
BLUE value IS 114 (44.92% from 255) = 38.78%
R=23.81%
G=37.41%
B=38.78%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal701101140.390.0400.55185.4523.9136.08
Hex466E72274037b91824
Octal1061561624740672713044
Binary10001101101110111001010011110001101111011100111000100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #466E72

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #466E72; }

 p { color: rgb(70,110,114); }

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

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

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

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

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

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

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