#466F71

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

Shades of Ming #466F71

Tints of Ming #466F71

Color information

#466F71 (or 0x466F71) is unknown color: approx Ming. HEX triplet: 46, 6F and 71. RGB value is (70,111,113). Sum of RGB (Red+Green+Blue) = 70+111+113=294 (38% of max value = 765). Red value is 70 (27.73% from 255 or 23.81% from 294); Green value is 111 (43.75% from 255 or 37.76% from 294); Blue value is 113 (44.53% from 255 or 38.44% from 294); Max value from RGB is 113 - color contains mainly: blue. Hex color #466F71 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #466F71 is #B9908E. Grayscale: #626262. Windows color (decimal): -12161167 or 7434054. OLE color: 7434054.

HSL color Cylindrical-coordinate representation of color #466F71: hue angle of 182.79º 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 #466F71 is Cyan = 0.38, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB70111113-
CMYK0.380.0200.56
HSL182.79º23.5%35.88%-
HSV(B)182.79º38.05%44.31%-
XYZ11.1913.8617.71-
YUV98.97135.92107.34-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 23.81%
GREEN value IS 111 (43.75% from 255) = 37.76%
BLUE value IS 113 (44.53% from 255) = 38.44%
R=23.81%
G=37.76%
B=38.44%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal701111130.380.0200.56182.7923.535.88
Hex466F71262038b71724
Octal1061571614620702672744
Binary1000110110111111100011001101001110001011011110111100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #466F71

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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