#467177

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

Shades of Ming #467177

Tints of Ming #467177

Color information

#467177 (or 0x467177) is unknown color: approx Ming. HEX triplet: 46, 71 and 77. RGB value is (70,113,119). Sum of RGB (Red+Green+Blue) = 70+113+119=302 (40% of max value = 765). Red value is 70 (27.73% from 255 or 23.18% from 302); Green value is 113 (44.53% from 255 or 37.42% from 302); Blue value is 119 (46.88% from 255 or 39.40% from 302); Max value from RGB is 119 - color contains mainly: blue. Hex color #467177 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #467177 is #B98E88. Grayscale: #646464. Windows color (decimal): -12160649 or 7827782. OLE color: 7827782.

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

Color convert

RGB70113119-
CMYK0.410.0500.53
HSL187.35º25.93%37.06%-
HSV(B)187.35º41.18%46.67%-
XYZ11.7614.4419.62-
YUV100.83138.25106.01-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 23.18%
GREEN value IS 113 (44.53% from 255) = 37.42%
BLUE value IS 119 (46.88% from 255) = 39.40%
R=23.18%
G=37.42%
B=39.40%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal701131190.410.0500.53187.3525.9337.06
Hex467177295035bb1a25
Octal1061611675150652733245
Binary10001101110001111011110100110101101011011101111010100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #467177

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #467177; }

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

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

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

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

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

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

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

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