#466F72

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

Shades of Ming #466F72

Tints of Ming #466F72

Color information

#466F72 (or 0x466F72) is unknown color: approx Ming. HEX triplet: 46, 6F and 72. RGB value is (70,111,114). Sum of RGB (Red+Green+Blue) = 70+111+114=295 (39% of max value = 765). Red value is 70 (27.73% from 255 or 23.73% from 295); Green value is 111 (43.75% from 255 or 37.63% from 295); Blue value is 114 (44.92% from 255 or 38.64% from 295); Max value from RGB is 114 - color contains mainly: blue. Hex color #466F72 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #466F72 is #B9908D. Grayscale: #636363. Windows color (decimal): -12161166 or 7499590. OLE color: 7499590.

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

Color convert

RGB70111114-
CMYK0.390.0300.55
HSL184.09º23.91%36.08%-
HSV(B)184.09º38.6%44.71%-
XYZ11.2513.8918.01-
YUV99.08136.42107.26-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 23.73%
GREEN value IS 111 (43.75% from 255) = 37.63%
BLUE value IS 114 (44.92% from 255) = 38.64%
R=23.73%
G=37.63%
B=38.64%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal701111140.390.0300.55184.0923.9136.08
Hex466F72273037b81824
Octal1061571624730672703044
Binary1000110110111111100101001111101101111011100011000100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #466F72

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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