#467579

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

Shades of Ming #467579

Tints of Ming #467579

Color information

#467579 (or 0x467579) is unknown color: approx Ming. HEX triplet: 46, 75 and 79. RGB value is (70,117,121). Sum of RGB (Red+Green+Blue) = 70+117+121=308 (40% of max value = 765). Red value is 70 (27.73% from 255 or 22.73% from 308); Green value is 117 (46.09% from 255 or 37.99% from 308); Blue value is 121 (47.66% from 255 or 39.29% from 308); Max value from RGB is 121 - color contains mainly: blue. Hex color #467579 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #467579 is #B98A86. Grayscale: #676767. Windows color (decimal): -12159623 or 7959878. OLE color: 7959878.

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

Color convert

RGB70117121-
CMYK0.420.0300.53
HSL184.71º26.7%37.45%-
HSV(B)184.71º42.15%47.45%-
XYZ12.3415.4120.41-
YUV103.4137.93104.17-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 22.73%
GREEN value IS 117 (46.09% from 255) = 37.99%
BLUE value IS 121 (47.66% from 255) = 39.29%
R=22.73%
G=37.99%
B=39.29%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal701171210.420.0300.53184.7126.737.45
Hex4675792A3035b91b25
Octal1061651715230652713345
Binary1000110111010111110011010101101101011011100111011100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #467579

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #467579; }

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

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

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

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

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

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

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

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