#46767A

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

Shades of Ming #46767A

Tints of Ming #46767A

Color information

#46767A (or 0x46767A) is unknown color: approx Ming. HEX triplet: 46, 76 and 7A. RGB value is (70,118,122). Sum of RGB (Red+Green+Blue) = 70+118+122=310 (41% of max value = 765). Red value is 70 (27.73% from 255 or 22.58% from 310); Green value is 118 (46.48% from 255 or 38.06% from 310); Blue value is 122 (48.05% from 255 or 39.35% from 310); Max value from RGB is 122 - color contains mainly: blue. Hex color #46767A is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #46767A is #B98985. Grayscale: #686868. Windows color (decimal): -12159366 or 8025670. OLE color: 8025670.

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

Color convert

RGB70118122-
CMYK0.430.0300.52
HSL184.62º27.08%37.65%-
HSV(B)184.62º42.62%47.84%-
XYZ12.5215.6620.78-
YUV104.1138.1103.67-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 22.58%
GREEN value IS 118 (46.48% from 255) = 38.06%
BLUE value IS 122 (48.05% from 255) = 39.35%
R=22.58%
G=38.06%
B=39.35%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal701181220.430.0300.52184.6227.0837.65
Hex46767A2B3034b91b26
Octal1061661725330642713346
Binary1000110111011011110101010111101101001011100111011100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #46767A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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