#46716F

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

Shades of Ming #46716F

Tints of Ming #46716F

Color information

#46716F (or 0x46716F) is unknown color: approx Ming. HEX triplet: 46, 71 and 6F. RGB value is (70,113,111). Sum of RGB (Red+Green+Blue) = 70+113+111=294 (38% of max value = 765). Red value is 70 (27.73% from 255 or 23.81% from 294); Green value is 113 (44.53% from 255 or 38.44% from 294); Blue value is 111 (43.75% from 255 or 37.76% from 294); Max value from RGB is 113 - color contains mainly: green. Hex color #46716F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #46716F is #B98E90. Grayscale: #636363. Windows color (decimal): -12160657 or 7303494. OLE color: 7303494.

HSL color Cylindrical-coordinate representation of color #46716F: hue angle of 177.21º degrees, saturation: 0.23, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #46716F is Cyan = 0.38, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.56.

Color convert

RGB70113111-
CMYK0.3800.020.56
HSL177.21º23.5%35.88%-
HSV(B)177.21º38.05%44.31%-
XYZ11.314.2617.2-
YUV99.92134.25106.66-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 23.81%
GREEN value IS 113 (44.53% from 255) = 38.44%
BLUE value IS 111 (43.75% from 255) = 37.76%
R=23.81%
G=38.44%
B=37.76%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal701131110.3800.020.56177.2123.535.88
Hex46716F260238b11724
Octal1061611574602702612744
Binary1000110111000111011111001100101110001011000110111100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #46716F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #46716F; }

 p { color: rgb(70,113,111); }

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

<style>
 a { background-color: #46716F; }

 a { background-color: rgb(70,113,111); }

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

<style>
 span { border-color: #46716F; }

 span { border-color: rgb(70,113,111); }

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