#46767C

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

Shades of Ming #46767C

Tints of Ming #46767C

Color information

#46767C (or 0x46767C) is unknown color: approx Ming. HEX triplet: 46, 76 and 7C. RGB value is (70,118,124). Sum of RGB (Red+Green+Blue) = 70+118+124=312 (41% of max value = 765). Red value is 70 (27.73% from 255 or 22.44% from 312); Green value is 118 (46.48% from 255 or 37.82% from 312); Blue value is 124 (48.83% from 255 or 39.74% from 312); Max value from RGB is 124 - color contains mainly: blue. Hex color #46767C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #46767C is #B98983. Grayscale: #686868. Windows color (decimal): -12159364 or 8156742. OLE color: 8156742.

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

Color convert

RGB70118124-
CMYK0.440.0500.51
HSL186.67º27.84%38.04%-
HSV(B)186.67º43.55%48.63%-
XYZ12.6415.7121.44-
YUV104.33139.1103.51-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 22.44%
GREEN value IS 118 (46.48% from 255) = 37.82%
BLUE value IS 124 (48.83% from 255) = 39.74%
R=22.44%
G=37.82%
B=39.74%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal701181240.440.0500.51186.6727.8438.04
Hex46767C2C5033bb1c26
Octal1061661745450632733446
Binary10001101110110111110010110010101100111011101111100100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #46767C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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