#467775

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

Shades of Ming #467775

Tints of Ming #467775

Color information

#467775 (or 0x467775) is unknown color: approx Ming. HEX triplet: 46, 77 and 75. RGB value is (70,119,117). Sum of RGB (Red+Green+Blue) = 70+119+117=306 (40% of max value = 765). Red value is 70 (27.73% from 255 or 22.88% from 306); Green value is 119 (46.88% from 255 or 38.89% from 306); Blue value is 117 (46.09% from 255 or 38.24% from 306); Max value from RGB is 119 - color contains mainly: green. Hex color #467775 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #467775 is #B9888A. Grayscale: #686868. Windows color (decimal): -12159115 or 7698246. OLE color: 7698246.

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

Color convert

RGB70119117-
CMYK0.4100.020.53
HSL177.55º25.93%37.06%-
HSV(B)177.55º41.18%46.67%-
XYZ12.3315.7819.23-
YUV104.12135.27103.66-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 22.88%
GREEN value IS 119 (46.88% from 255) = 38.89%
BLUE value IS 117 (46.09% from 255) = 38.24%
R=22.88%
G=38.89%
B=38.24%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal701191170.4100.020.53177.5525.9337.06
Hex467775290235b21a25
Octal1061671655102652623245
Binary1000110111011111101011010010101101011011001011010100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #467775

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #467775; }

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

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

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

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

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

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

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

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