#46797B

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

Shades of Ming #46797B

Tints of Ming #46797B

Color information

#46797B (or 0x46797B) is unknown color: approx Ming. HEX triplet: 46, 79 and 7B. RGB value is (70,121,123). Sum of RGB (Red+Green+Blue) = 70+121+123=314 (41% of max value = 765). Red value is 70 (27.73% from 255 or 22.29% from 314); Green value is 121 (47.66% from 255 or 38.54% from 314); Blue value is 123 (48.44% from 255 or 39.17% from 314); Max value from RGB is 123 - color contains mainly: blue. Hex color #46797B is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #46797B is #B98684. Grayscale: #696969. Windows color (decimal): -12158597 or 8091974. OLE color: 8091974.

HSL color Cylindrical-coordinate representation of color #46797B: hue angle of 182.26º 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 #46797B is Cyan = 0.43, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB70121123-
CMYK0.430.0200.52
HSL182.26º27.46%37.84%-
HSV(B)182.26º43.09%48.24%-
XYZ12.9416.4121.22-
YUV105.98137.6102.34-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 22.29%
GREEN value IS 121 (47.66% from 255) = 38.54%
BLUE value IS 123 (48.44% from 255) = 39.17%
R=22.29%
G=38.54%
B=39.17%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal701211230.430.0200.52182.2627.4637.84
Hex46797B2B2034b61b26
Octal1061711735320642663346
Binary1000110111100111110111010111001101001011011011011100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #46797B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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