#46797D

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

Shades of Ming #46797D

Tints of Ming #46797D

Color information

#46797D (or 0x46797D) is unknown color: approx Ming. HEX triplet: 46, 79 and 7D. RGB value is (70,121,125). Sum of RGB (Red+Green+Blue) = 70+121+125=316 (41% of max value = 765). Red value is 70 (27.73% from 255 or 22.15% from 316); Green value is 121 (47.66% from 255 or 38.29% from 316); Blue value is 125 (49.22% from 255 or 39.56% from 316); Max value from RGB is 125 - color contains mainly: blue. Hex color #46797D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #46797D is #B98682. Grayscale: #6A6A6A. Windows color (decimal): -12158595 or 8223046. OLE color: 8223046.

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

Color convert

RGB70121125-
CMYK0.440.0300.51
HSL184.36º28.21%38.24%-
HSV(B)184.36º44%49.02%-
XYZ13.0616.4621.89-
YUV106.21138.6102.17-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 22.15%
GREEN value IS 121 (47.66% from 255) = 38.29%
BLUE value IS 125 (49.22% from 255) = 39.56%
R=22.15%
G=38.29%
B=39.56%

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
Decimal701211250.440.0300.51184.3628.2138.24
Hex46797D2C3033b81c26
Octal1061711755430632703446
Binary1000110111100111111011011001101100111011100011100100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #46797D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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