#466E6F

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

Shades of Ming #466E6F

Tints of Ming #466E6F

Color information

#466E6F (or 0x466E6F) is unknown color: approx Ming. HEX triplet: 46, 6E and 6F. RGB value is (70,110,111). Sum of RGB (Red+Green+Blue) = 70+110+111=291 (38% of max value = 765). Red value is 70 (27.73% from 255 or 24.05% from 291); Green value is 110 (43.36% from 255 or 37.80% from 291); Blue value is 111 (43.75% from 255 or 38.14% from 291); Max value from RGB is 111 - color contains mainly: blue. Hex color #466E6F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #466E6F is #B99190. Grayscale: #626262. Windows color (decimal): -12161425 or 7302726. OLE color: 7302726.

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

Color convert

RGB70110111-
CMYK0.370.0100.56
HSL181.46º22.65%35.49%-
HSV(B)181.46º36.94%43.53%-
XYZ10.9713.617.09-
YUV98.15135.25107.92-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 24.05%
GREEN value IS 110 (43.36% from 255) = 37.80%
BLUE value IS 111 (43.75% from 255) = 38.14%
R=24.05%
G=37.80%
B=38.14%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal701101110.370.0100.56181.4622.6535.49
Hex466E6F251038b51723
Octal1061561574510702652743
Binary100011011011101101111100101101110001011010110111100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #466E6F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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