#467778

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

Shades of Ming #467778

Tints of Ming #467778

Color information

#467778 (or 0x467778) is unknown color: approx Ming. HEX triplet: 46, 77 and 78. RGB value is (70,119,120). Sum of RGB (Red+Green+Blue) = 70+119+120=309 (40% of max value = 765). Red value is 70 (27.73% from 255 or 22.65% from 309); Green value is 119 (46.88% from 255 or 38.51% from 309); Blue value is 120 (47.27% from 255 or 38.83% from 309); Max value from RGB is 120 - color contains mainly: blue. Hex color #467778 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #467778 is #B98887. Grayscale: #686868. Windows color (decimal): -12159112 or 7894854. OLE color: 7894854.

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

Color convert

RGB70119120-
CMYK0.420.0100.53
HSL181.2º26.32%37.25%-
HSV(B)181.2º41.67%47.06%-
XYZ12.5115.8520.17-
YUV104.46136.77103.42-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 22.65%
GREEN value IS 119 (46.88% from 255) = 38.51%
BLUE value IS 120 (47.27% from 255) = 38.83%
R=22.65%
G=38.51%
B=38.83%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal701191200.420.0100.53181.226.3237.25
Hex4677782A1035b51a25
Octal1061671705210652653245
Binary100011011101111111000101010101101011011010111010100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #467778

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #467778; }

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

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

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

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

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

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

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

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