#46777C

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

Shades of Ming #46777C

Tints of Ming #46777C

Color information

#46777C (or 0x46777C) is unknown color: approx Ming. HEX triplet: 46, 77 and 7C. RGB value is (70,119,124). Sum of RGB (Red+Green+Blue) = 70+119+124=313 (41% of max value = 765). Red value is 70 (27.73% from 255 or 22.36% from 313); Green value is 119 (46.88% from 255 or 38.02% from 313); Blue value is 124 (48.83% from 255 or 39.62% from 313); Max value from RGB is 124 - color contains mainly: blue. Hex color #46777C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #46777C is #B98883. Grayscale: #686868. Windows color (decimal): -12159108 or 8156998. OLE color: 8156998.

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

Color convert

RGB70119124-
CMYK0.440.0400.51
HSL185.56º27.84%38.04%-
HSV(B)185.56º43.55%48.63%-
XYZ12.7615.9521.48-
YUV104.92138.77103.09-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 22.36%
GREEN value IS 119 (46.88% from 255) = 38.02%
BLUE value IS 124 (48.83% from 255) = 39.62%
R=22.36%
G=38.02%
B=39.62%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal701191240.440.0400.51185.5627.8438.04
Hex46777C2C4033ba1c26
Octal1061671745440632723446
Binary10001101110111111110010110010001100111011101011100100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #46777C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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