#467674

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

Shades of Ming #467674

Tints of Ming #467674

Color information

#467674 (or 0x467674) is unknown color: approx Ming. HEX triplet: 46, 76 and 74. RGB value is (70,118,116). Sum of RGB (Red+Green+Blue) = 70+118+116=304 (40% of max value = 765). Red value is 70 (27.73% from 255 or 23.03% from 304); Green value is 118 (46.48% from 255 or 38.82% from 304); Blue value is 116 (45.70% from 255 or 38.16% from 304); Max value from RGB is 118 - color contains mainly: green. Hex color #467674 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #467674 is #B9898B. Grayscale: #676767. Windows color (decimal): -12159372 or 7632454. OLE color: 7632454.

HSL color Cylindrical-coordinate representation of color #467674: hue angle of 177.5º degrees, saturation: 0.26, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #467674 is Cyan = 0.41, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.54.

Color convert

RGB70118116-
CMYK0.4100.020.54
HSL177.5º25.53%36.86%-
HSV(B)177.5º40.68%46.27%-
XYZ12.1615.5218.88-
YUV103.42135.1104.16-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 23.03%
GREEN value IS 118 (46.48% from 255) = 38.82%
BLUE value IS 116 (45.70% from 255) = 38.16%
R=23.03%
G=38.82%
B=38.16%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal701181160.4100.020.54177.525.5336.86
Hex467674290236b21a25
Octal1061661645102662623245
Binary1000110111011011101001010010101101101011001011010100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #467674

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #467674; }

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

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

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

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

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

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

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

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