#46757C

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

Shades of Ming #46757C

Tints of Ming #46757C

Color information

#46757C (or 0x46757C) is unknown color: approx Ming. HEX triplet: 46, 75 and 7C. RGB value is (70,117,124). Sum of RGB (Red+Green+Blue) = 70+117+124=311 (41% of max value = 765). Red value is 70 (27.73% from 255 or 22.51% from 311); Green value is 117 (46.09% from 255 or 37.62% from 311); Blue value is 124 (48.83% from 255 or 39.87% from 311); Max value from RGB is 124 - color contains mainly: blue. Hex color #46757C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #46757C is #B98A83. Grayscale: #676767. Windows color (decimal): -12159620 or 8156486. OLE color: 8156486.

HSL color Cylindrical-coordinate representation of color #46757C: hue angle of 187.78º degrees, saturation: 0.28, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #46757C is Cyan = 0.44, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB70117124-
CMYK0.440.0600.51
HSL187.78º27.84%38.04%-
HSV(B)187.78º43.55%48.63%-
XYZ12.5315.4821.4-
YUV103.74139.43103.93-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 22.51%
GREEN value IS 117 (46.09% from 255) = 37.62%
BLUE value IS 124 (48.83% from 255) = 39.87%
R=22.51%
G=37.62%
B=39.87%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal701171240.440.0600.51187.7827.8438.04
Hex46757C2C6033bc1c26
Octal1061651745460632743446
Binary10001101110101111110010110011001100111011110011100100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #46757C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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