#46757B

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

Shades of Ming #46757B

Tints of Ming #46757B

Color information

#46757B (or 0x46757B) is unknown color: approx Ming. HEX triplet: 46, 75 and 7B. RGB value is (70,117,123). Sum of RGB (Red+Green+Blue) = 70+117+123=310 (41% of max value = 765). Red value is 70 (27.73% from 255 or 22.58% from 310); Green value is 117 (46.09% from 255 or 37.74% from 310); Blue value is 123 (48.44% from 255 or 39.68% from 310); Max value from RGB is 123 - color contains mainly: blue. Hex color #46757B is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #46757B is #B98A84. Grayscale: #676767. Windows color (decimal): -12159621 or 8090950. OLE color: 8090950.

HSL color Cylindrical-coordinate representation of color #46757B: hue angle of 186.79º degrees, saturation: 0.27, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #46757B is Cyan = 0.43, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB70117123-
CMYK0.430.0500.52
HSL186.79º27.46%37.84%-
HSV(B)186.79º43.09%48.24%-
XYZ12.4615.4521.07-
YUV103.63138.93104.01-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 22.58%
GREEN value IS 117 (46.09% from 255) = 37.74%
BLUE value IS 123 (48.44% from 255) = 39.68%
R=22.58%
G=37.74%
B=39.68%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal701171230.430.0500.52186.7927.4637.84
Hex46757B2B5034bb1b26
Octal1061651735350642733346
Binary10001101110101111101110101110101101001011101111011100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #46757B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #46757B; }

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

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

<style>
 a { background-color: #46757B; }

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

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

<style>
 span { border-color: #46757B; }

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

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