#467679

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

Shades of Ming #467679

Tints of Ming #467679

Color information

#467679 (or 0x467679) is unknown color: approx Ming. HEX triplet: 46, 76 and 79. RGB value is (70,118,121). Sum of RGB (Red+Green+Blue) = 70+118+121=309 (40% of max value = 765). Red value is 70 (27.73% from 255 or 22.65% from 309); Green value is 118 (46.48% from 255 or 38.19% from 309); Blue value is 121 (47.66% from 255 or 39.16% from 309); Max value from RGB is 121 - color contains mainly: blue. Hex color #467679 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #467679 is #B98986. Grayscale: #676767. Windows color (decimal): -12159367 or 7960134. OLE color: 7960134.

HSL color Cylindrical-coordinate representation of color #467679: hue angle of 183.53º degrees, saturation: 0.27, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #467679 is Cyan = 0.42, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB70118121-
CMYK0.420.0200.53
HSL183.53º26.7%37.45%-
HSV(B)183.53º42.15%47.45%-
XYZ12.4615.6420.45-
YUV103.99137.6103.76-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 22.65%
GREEN value IS 118 (46.48% from 255) = 38.19%
BLUE value IS 121 (47.66% from 255) = 39.16%
R=22.65%
G=38.19%
B=39.16%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal701181210.420.0200.53183.5326.737.45
Hex4676792A2035b81b25
Octal1061661715220652703345
Binary1000110111011011110011010101001101011011100011011100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #467679

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #467679; }

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

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

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

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

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

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

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

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