#467371

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

Shades of Ming #467371

Tints of Ming #467371

Color information

#467371 (or 0x467371) is unknown color: approx Ming. HEX triplet: 46, 73 and 71. RGB value is (70,115,113). Sum of RGB (Red+Green+Blue) = 70+115+113=298 (39% of max value = 765). Red value is 70 (27.73% from 255 or 23.49% from 298); Green value is 115 (45.31% from 255 or 38.59% from 298); Blue value is 113 (44.53% from 255 or 37.92% from 298); Max value from RGB is 115 - color contains mainly: green. Hex color #467371 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #467371 is #B98C8E. Grayscale: #656565. Windows color (decimal): -12160143 or 7435078. OLE color: 7435078.

HSL color Cylindrical-coordinate representation of color #467371: hue angle of 177.33º degrees, saturation: 0.24, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #467371 is Cyan = 0.39, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.55.

Color convert

RGB70115113-
CMYK0.3900.020.55
HSL177.33º24.32%36.27%-
HSV(B)177.33º39.13%45.1%-
XYZ11.6414.7617.86-
YUV101.32134.59105.66-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 23.49%
GREEN value IS 115 (45.31% from 255) = 38.59%
BLUE value IS 113 (44.53% from 255) = 37.92%
R=23.49%
G=38.59%
B=37.92%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal701151130.3900.020.55177.3324.3236.27
Hex467371270237b11824
Octal1061631614702672613044
Binary1000110111001111100011001110101101111011000111000100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #467371

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #467371; }

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

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

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

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

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

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

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

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