#467479

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

Shades of Ming #467479

Tints of Ming #467479

Color information

#467479 (or 0x467479) is unknown color: approx Ming. HEX triplet: 46, 74 and 79. RGB value is (70,116,121). Sum of RGB (Red+Green+Blue) = 70+116+121=307 (40% of max value = 765). Red value is 70 (27.73% from 255 or 22.80% from 307); Green value is 116 (45.70% from 255 or 37.79% from 307); Blue value is 121 (47.66% from 255 or 39.41% from 307); Max value from RGB is 121 - color contains mainly: blue. Hex color #467479 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #467479 is #B98B86. Grayscale: #666666. Windows color (decimal): -12159879 or 7959622. OLE color: 7959622.

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

Color convert

RGB70116121-
CMYK0.420.0400.53
HSL185.88º26.7%37.45%-
HSV(B)185.88º42.15%47.45%-
XYZ12.2215.1720.37-
YUV102.82138.26104.59-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 22.80%
GREEN value IS 116 (45.70% from 255) = 37.79%
BLUE value IS 121 (47.66% from 255) = 39.41%
R=22.80%
G=37.79%
B=39.41%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal701161210.420.0400.53185.8826.737.45
Hex4674792A4035ba1b25
Octal1061641715240652723345
Binary10001101110100111100110101010001101011011101011011100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #467479

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #467479; }

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

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

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

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

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

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

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

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