#467577

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

Shades of Ming #467577

Tints of Ming #467577

Color information

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

HSL color Cylindrical-coordinate representation of color #467577: hue angle of 182.45º 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 #467577 is Cyan = 0.41, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB70117119-
CMYK0.410.0200.53
HSL182.45º25.93%37.06%-
HSV(B)182.45º41.18%46.67%-
XYZ12.2215.3619.77-
YUV103.18136.93104.34-

RGB Variations

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

RGB

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

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal701171190.410.0200.53182.4525.9337.06
Hex467577292035b61a25
Octal1061651675120652663245
Binary1000110111010111101111010011001101011011011011010100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #467577

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #467577; }

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

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

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

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

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

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

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

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