#466F75

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

Shades of Ming #466F75

Tints of Ming #466F75

Color information

#466F75 (or 0x466F75) is unknown color: approx Ming. HEX triplet: 46, 6F and 75. RGB value is (70,111,117). Sum of RGB (Red+Green+Blue) = 70+111+117=298 (39% of max value = 765). Red value is 70 (27.73% from 255 or 23.49% from 298); Green value is 111 (43.75% from 255 or 37.25% from 298); Blue value is 117 (46.09% from 255 or 39.26% from 298); Max value from RGB is 117 - color contains mainly: blue. Hex color #466F75 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #466F75 is #B9908A. Grayscale: #636363. Windows color (decimal): -12161163 or 7696198. OLE color: 7696198.

HSL color Cylindrical-coordinate representation of color #466F75: hue angle of 187.66º degrees, saturation: 0.25, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #466F75 is Cyan = 0.40, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB70111117-
CMYK0.400.0500.54
HSL187.66º25.13%36.67%-
HSV(B)187.66º40.17%45.88%-
XYZ11.4213.9618.92-
YUV99.42137.92107.01-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 23.49%
GREEN value IS 111 (43.75% from 255) = 37.25%
BLUE value IS 117 (46.09% from 255) = 39.26%
R=23.49%
G=37.25%
B=39.26%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal701111170.400.0500.54187.6625.1336.67
Hex466F75285036bc1925
Octal1061571655050662743145
Binary10001101101111111010110100010101101101011110011001100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #466F75

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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