#46787C

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

Shades of Ming #46787C

Tints of Ming #46787C

Color information

#46787C (or 0x46787C) is unknown color: approx Ming. HEX triplet: 46, 78 and 7C. RGB value is (70,120,124). Sum of RGB (Red+Green+Blue) = 70+120+124=314 (41% of max value = 765). Red value is 70 (27.73% from 255 or 22.29% from 314); Green value is 120 (47.27% from 255 or 38.22% from 314); Blue value is 124 (48.83% from 255 or 39.49% from 314); Max value from RGB is 124 - color contains mainly: blue. Hex color #46787C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #46787C is #B98783. Grayscale: #696969. Windows color (decimal): -12158852 or 8157254. OLE color: 8157254.

HSL color Cylindrical-coordinate representation of color #46787C: hue angle of 184.44º 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 #46787C is Cyan = 0.44, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB70120124-
CMYK0.440.0300.51
HSL184.44º27.84%38.04%-
HSV(B)184.44º43.55%48.63%-
XYZ12.8816.1921.51-
YUV105.51138.44102.67-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 22.29%
GREEN value IS 120 (47.27% from 255) = 38.22%
BLUE value IS 124 (48.83% from 255) = 39.49%
R=22.29%
G=38.22%
B=39.49%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal701201240.440.0300.51184.4427.8438.04
Hex46787C2C3033b81c26
Octal1061701745430632703446
Binary1000110111100011111001011001101100111011100011100100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #46787C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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