#467374

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

Shades of Ming #467374

Tints of Ming #467374

Color information

#467374 (or 0x467374) is unknown color: approx Ming. HEX triplet: 46, 73 and 74. RGB value is (70,115,116). Sum of RGB (Red+Green+Blue) = 70+115+116=301 (39% of max value = 765). Red value is 70 (27.73% from 255 or 23.26% from 301); Green value is 115 (45.31% from 255 or 38.21% from 301); Blue value is 116 (45.70% from 255 or 38.54% from 301); Max value from RGB is 116 - color contains mainly: blue. Hex color #467374 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #467374 is #B98C8B. Grayscale: #656565. Windows color (decimal): -12160140 or 7631686. OLE color: 7631686.

HSL color Cylindrical-coordinate representation of color #467374: hue angle of 181.3º degrees, saturation: 0.25, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #467374 is Cyan = 0.40, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB70115116-
CMYK0.400.0100.55
HSL181.3º24.73%36.47%-
HSV(B)181.3º39.66%45.49%-
XYZ11.8114.8218.76-
YUV101.66136.09105.42-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 23.26%
GREEN value IS 115 (45.31% from 255) = 38.21%
BLUE value IS 116 (45.70% from 255) = 38.54%
R=23.26%
G=38.21%
B=38.54%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal701151160.400.0100.55181.324.7336.47
Hex467374281037b51924
Octal1061631645010672653144
Binary100011011100111110100101000101101111011010111001100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #467374

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #467374; }

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

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

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

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

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

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

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

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