#467379

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

Shades of Ming #467379

Tints of Ming #467379

Color information

#467379 (or 0x467379) is unknown color: approx Ming. HEX triplet: 46, 73 and 79. RGB value is (70,115,121). Sum of RGB (Red+Green+Blue) = 70+115+121=306 (40% of max value = 765). Red value is 70 (27.73% from 255 or 22.88% from 306); Green value is 115 (45.31% from 255 or 37.58% from 306); Blue value is 121 (47.66% from 255 or 39.54% from 306); Max value from RGB is 121 - color contains mainly: blue. Hex color #467379 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #467379 is #B98C86. Grayscale: #666666. Windows color (decimal): -12160135 or 7959366. OLE color: 7959366.

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

Color convert

RGB70115121-
CMYK0.420.0500.53
HSL187.06º26.7%37.45%-
HSV(B)187.06º42.15%47.45%-
XYZ12.1114.9420.34-
YUV102.23138.59105.01-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 22.88%
GREEN value IS 115 (45.31% from 255) = 37.58%
BLUE value IS 121 (47.66% from 255) = 39.54%
R=22.88%
G=37.58%
B=39.54%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal701151210.420.0500.53187.0626.737.45
Hex4673792A5035bb1b25
Octal1061631715250652733345
Binary10001101110011111100110101010101101011011101111011100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #467379

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #467379; }

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

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

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

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

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

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

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

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