#467176

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

Shades of Ming #467176

Tints of Ming #467176

Color information

#467176 (or 0x467176) is unknown color: approx Ming. HEX triplet: 46, 71 and 76. RGB value is (70,113,118). Sum of RGB (Red+Green+Blue) = 70+113+118=301 (39% of max value = 765). Red value is 70 (27.73% from 255 or 23.26% from 301); Green value is 113 (44.53% from 255 or 37.54% from 301); Blue value is 118 (46.48% from 255 or 39.20% from 301); Max value from RGB is 118 - color contains mainly: blue. Hex color #467176 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #467176 is #B98E89. Grayscale: #646464. Windows color (decimal): -12160650 or 7762246. OLE color: 7762246.

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

Color convert

RGB70113118-
CMYK0.410.0400.54
HSL186.25º25.53%36.86%-
HSV(B)186.25º40.68%46.27%-
XYZ11.714.4219.31-
YUV100.71137.75106.09-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 23.26%
GREEN value IS 113 (44.53% from 255) = 37.54%
BLUE value IS 118 (46.48% from 255) = 39.20%
R=23.26%
G=37.54%
B=39.20%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal701131180.410.0400.54186.2525.5336.86
Hex467176294036ba1a25
Octal1061611665140662723245
Binary10001101110001111011010100110001101101011101011010100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #467176

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #467176; }

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

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

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

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

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

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

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

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