#467575

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

Shades of Ming #467575

Tints of Ming #467575

Color information

#467575 (or 0x467575) is unknown color: approx Ming. HEX triplet: 46, 75 and 75. RGB value is (70,117,117). Sum of RGB (Red+Green+Blue) = 70+117+117=304 (40% of max value = 765). Red value is 70 (27.73% from 255 or 23.03% from 304); Green value is 117 (46.09% from 255 or 38.49% from 304); Blue value is 117 (46.09% from 255 or 38.49% from 304); Max value from RGB is 117 - color contains mainly: green, blue. Hex color #467575 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #467575 is #B98A8A. Grayscale: #666666. Windows color (decimal): -12159627 or 7697734. OLE color: 7697734.

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

Color convert

RGB70117117-
CMYK0.40000.54
HSL180º25.13%36.67%-
HSV(B)180º40.17%45.88%-
XYZ12.115.3119.15-
YUV102.95135.93104.5-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 23.03%
GREEN value IS 117 (46.09% from 255) = 38.49%
BLUE value IS 117 (46.09% from 255) = 38.49%
R=23.03%
G=38.49%
B=38.49%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal701171170.40000.5418025.1336.67
Hex467575280036b41925
Octal1061651655000662643145
Binary100011011101011110101101000001101101011010011001100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #467575

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #467575; }

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

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

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

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

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

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

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

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