#467478

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

Shades of Ming #467478

Tints of Ming #467478

Color information

#467478 (or 0x467478) is unknown color: approx Ming. HEX triplet: 46, 74 and 78. RGB value is (70,116,120). Sum of RGB (Red+Green+Blue) = 70+116+120=306 (40% of max value = 765). Red value is 70 (27.73% from 255 or 22.88% from 306); Green value is 116 (45.70% from 255 or 37.91% from 306); Blue value is 120 (47.27% from 255 or 39.22% from 306); Max value from RGB is 120 - color contains mainly: blue. Hex color #467478 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #467478 is #B98B87. Grayscale: #666666. Windows color (decimal): -12159880 or 7894086. OLE color: 7894086.

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

Color convert

RGB70116120-
CMYK0.420.0300.53
HSL184.8º26.32%37.25%-
HSV(B)184.8º41.67%47.06%-
XYZ12.1615.1520.05-
YUV102.7137.76104.67-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 22.88%
GREEN value IS 116 (45.70% from 255) = 37.91%
BLUE value IS 120 (47.27% from 255) = 39.22%
R=22.88%
G=37.91%
B=39.22%

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
Decimal701161200.420.0300.53184.826.3237.25
Hex4674782A3035b91a25
Octal1061641705230652713245
Binary1000110111010011110001010101101101011011100111010100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #467478

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #467478; }

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

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

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

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

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

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

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

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