#467677

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

Shades of Ming #467677

Tints of Ming #467677

Color information

#467677 (or 0x467677) is unknown color: approx Ming. HEX triplet: 46, 76 and 77. RGB value is (70,118,119). Sum of RGB (Red+Green+Blue) = 70+118+119=307 (40% of max value = 765). Red value is 70 (27.73% from 255 or 22.80% from 307); Green value is 118 (46.48% from 255 or 38.44% from 307); Blue value is 119 (46.88% from 255 or 38.76% from 307); Max value from RGB is 119 - color contains mainly: blue. Hex color #467677 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #467677 is #B98988. Grayscale: #676767. Windows color (decimal): -12159369 or 7829062. OLE color: 7829062.

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

Color convert

RGB70118119-
CMYK0.410.0100.53
HSL181.22º25.93%37.06%-
HSV(B)181.22º41.18%46.67%-
XYZ12.3315.5919.81-
YUV103.76136.6103.92-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 22.80%
GREEN value IS 118 (46.48% from 255) = 38.44%
BLUE value IS 119 (46.88% from 255) = 38.76%
R=22.80%
G=38.44%
B=38.76%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal701181190.410.0100.53181.2225.9337.06
Hex467677291035b51a25
Octal1061661675110652653245
Binary100011011101101110111101001101101011011010111010100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #467677

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #467677; }

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

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

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

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

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

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

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

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