#467171

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

Shades of Ming #467171

Tints of Ming #467171

Color information

#467171 (or 0x467171) is unknown color: approx Ming. HEX triplet: 46, 71 and 71. RGB value is (70,113,113). Sum of RGB (Red+Green+Blue) = 70+113+113=296 (39% of max value = 765). Red value is 70 (27.73% from 255 or 23.65% from 296); Green value is 113 (44.53% from 255 or 38.18% from 296); Blue value is 113 (44.53% from 255 or 38.18% from 296); Max value from RGB is 113 - color contains mainly: green, blue. Hex color #467171 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #467171 is #B98E8E. Grayscale: #646464. Windows color (decimal): -12160655 or 7434566. OLE color: 7434566.

HSL color Cylindrical-coordinate representation of color #467171: hue angle of 180º degrees, saturation: 0.23, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #467171 is Cyan = 0.38, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB70113113-
CMYK0.38000.56
HSL180º23.5%35.88%-
HSV(B)180º38.05%44.31%-
XYZ11.4114.317.78-
YUV100.14135.25106.5-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 23.65%
GREEN value IS 113 (44.53% from 255) = 38.18%
BLUE value IS 113 (44.53% from 255) = 38.18%
R=23.65%
G=38.18%
B=38.18%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal701131130.38000.5618023.535.88
Hex467171260038b41724
Octal1061611614600702642744
Binary100011011100011110001100110001110001011010010111100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #467171

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #467171; }

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

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

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

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

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

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

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

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