#467378

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

Shades of Ming #467378

Tints of Ming #467378

Color information

#467378 (or 0x467378) is unknown color: approx Ming. HEX triplet: 46, 73 and 78. RGB value is (70,115,120). Sum of RGB (Red+Green+Blue) = 70+115+120=305 (40% of max value = 765). Red value is 70 (27.73% from 255 or 22.95% from 305); Green value is 115 (45.31% from 255 or 37.70% from 305); Blue value is 120 (47.27% from 255 or 39.34% from 305); Max value from RGB is 120 - color contains mainly: blue. Hex color #467378 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #467378 is #B98C87. Grayscale: #666666. Windows color (decimal): -12160136 or 7893830. OLE color: 7893830.

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

Color convert

RGB70115120-
CMYK0.420.0400.53
HSL186º26.32%37.25%-
HSV(B)186º41.67%47.06%-
XYZ12.0514.9220.01-
YUV102.12138.09105.09-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 22.95%
GREEN value IS 115 (45.31% from 255) = 37.70%
BLUE value IS 120 (47.27% from 255) = 39.34%
R=22.95%
G=37.70%
B=39.34%

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
Decimal701151200.420.0400.5318626.3237.25
Hex4673782A4035ba1a25
Octal1061631705240652723245
Binary10001101110011111100010101010001101011011101011010100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #467378

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #467378; }

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

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

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

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

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

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

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

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