#467375

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

Shades of Ming #467375

Tints of Ming #467375

Color information

#467375 (or 0x467375) is unknown color: approx Ming. HEX triplet: 46, 73 and 75. RGB value is (70,115,117). Sum of RGB (Red+Green+Blue) = 70+115+117=302 (40% of max value = 765). Red value is 70 (27.73% from 255 or 23.18% from 302); Green value is 115 (45.31% from 255 or 38.08% from 302); Blue value is 117 (46.09% from 255 or 38.74% from 302); Max value from RGB is 117 - color contains mainly: blue. Hex color #467375 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #467375 is #B98C8A. Grayscale: #656565. Windows color (decimal): -12160139 or 7697222. OLE color: 7697222.

HSL color Cylindrical-coordinate representation of color #467375: hue angle of 182.55º degrees, saturation: 0.25, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #467375 is Cyan = 0.40, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB70115117-
CMYK0.400.0200.54
HSL182.55º25.13%36.67%-
HSV(B)182.55º40.17%45.88%-
XYZ11.8714.8519.07-
YUV101.77136.59105.34-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 23.18%
GREEN value IS 115 (45.31% from 255) = 38.08%
BLUE value IS 117 (46.09% from 255) = 38.74%
R=23.18%
G=38.08%
B=38.74%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal701151170.400.0200.54182.5525.1336.67
Hex467375282036b71925
Octal1061631655020662673145
Binary1000110111001111101011010001001101101011011111001100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #467375

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #467375; }

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

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

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

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

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

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

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

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