#46737A

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

Shades of Ming #46737A

Tints of Ming #46737A

Color information

#46737A (or 0x46737A) is unknown color: approx Ming. HEX triplet: 46, 73 and 7A. RGB value is (70,115,122). Sum of RGB (Red+Green+Blue) = 70+115+122=307 (40% of max value = 765). Red value is 70 (27.73% from 255 or 22.80% from 307); Green value is 115 (45.31% from 255 or 37.46% from 307); Blue value is 122 (48.05% from 255 or 39.74% from 307); Max value from RGB is 122 - color contains mainly: blue. Hex color #46737A is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #46737A is #B98C85. Grayscale: #666666. Windows color (decimal): -12160134 or 8024902. OLE color: 8024902.

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

Color convert

RGB70115122-
CMYK0.430.0600.52
HSL188.08º27.08%37.65%-
HSV(B)188.08º42.62%47.84%-
XYZ12.1714.9720.66-
YUV102.34139.09104.93-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 22.80%
GREEN value IS 115 (45.31% from 255) = 37.46%
BLUE value IS 122 (48.05% from 255) = 39.74%
R=22.80%
G=37.46%
B=39.74%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal701151220.430.0600.52188.0827.0837.65
Hex46737A2B6034bc1b26
Octal1061631725360642743346
Binary10001101110011111101010101111001101001011110011011100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #46737A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #46737A; }

 p { color: rgb(70,115,122); }

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

<style>
 a { background-color: #46737A; }

 a { background-color: rgb(70,115,122); }

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

<style>
 span { border-color: #46737A; }

 span { border-color: rgb(70,115,122); }

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