#466F70

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

Shades of Ming #466F70

Tints of Ming #466F70

Color information

#466F70 (or 0x466F70) is unknown color: approx Ming. HEX triplet: 46, 6F and 70. RGB value is (70,111,112). Sum of RGB (Red+Green+Blue) = 70+111+112=293 (38% of max value = 765). Red value is 70 (27.73% from 255 or 23.89% from 293); Green value is 111 (43.75% from 255 or 37.88% from 293); Blue value is 112 (44.14% from 255 or 38.23% from 293); Max value from RGB is 112 - color contains mainly: blue. Hex color #466F70 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #466F70 is #B9908F. Grayscale: #626262. Windows color (decimal): -12161168 or 7368518. OLE color: 7368518.

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

Color convert

RGB70111112-
CMYK0.380.0100.56
HSL181.43º23.08%35.69%-
HSV(B)181.43º37.5%43.92%-
XYZ11.1313.8417.41-
YUV98.85135.42107.42-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 23.89%
GREEN value IS 111 (43.75% from 255) = 37.88%
BLUE value IS 112 (44.14% from 255) = 38.23%
R=23.89%
G=37.88%
B=38.23%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal701111120.380.0100.56181.4323.0835.69
Hex466F70261038b51724
Octal1061571604610702652744
Binary100011011011111110000100110101110001011010110111100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #466F70

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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