#467C7B

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

Shades of Ming #467C7B

Tints of Ming #467C7B

Color information

#467C7B (or 0x467C7B) is unknown color: approx Ming. HEX triplet: 46, 7C and 7B. RGB value is (70,124,123). Sum of RGB (Red+Green+Blue) = 70+124+123=317 (41% of max value = 765). Red value is 70 (27.73% from 255 or 22.08% from 317); Green value is 124 (48.83% from 255 or 39.12% from 317); Blue value is 123 (48.44% from 255 or 38.80% from 317); Max value from RGB is 124 - color contains mainly: green. Hex color #467C7B is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #467C7B is #B98384. Grayscale: #6B6B6B. Windows color (decimal): -12157829 or 8092742. OLE color: 8092742.

HSL color Cylindrical-coordinate representation of color #467C7B: hue angle of 178.89º degrees, saturation: 0.28, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #467C7B is Cyan = 0.44, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.51.

Color convert

RGB70124123-
CMYK0.4400.010.51
HSL178.89º27.84%38.04%-
HSV(B)178.89º43.55%48.63%-
XYZ13.3117.1521.35-
YUV107.74136.61101.08-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 22.08%
GREEN value IS 124 (48.83% from 255) = 39.12%
BLUE value IS 123 (48.44% from 255) = 38.80%
R=22.08%
G=39.12%
B=38.80%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal701241230.4400.010.51178.8927.8438.04
Hex467C7B2C0133b31c26
Octal1061741735401632633446
Binary100011011111001111011101100011100111011001111100100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #467C7B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #467C7B; }

 p { color: rgb(70,124,123); }

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

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

 a { background-color: rgb(70,124,123); }

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

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

 span { border-color: rgb(70,124,123); }

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