#467675

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

Shades of Ming #467675

Tints of Ming #467675

Color information

#467675 (or 0x467675) is unknown color: approx Ming. HEX triplet: 46, 76 and 75. RGB value is (70,118,117). Sum of RGB (Red+Green+Blue) = 70+118+117=305 (40% of max value = 765). Red value is 70 (27.73% from 255 or 22.95% from 305); Green value is 118 (46.48% from 255 or 38.69% from 305); Blue value is 117 (46.09% from 255 or 38.36% from 305); Max value from RGB is 118 - color contains mainly: green. Hex color #467675 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #467675 is #B9898A. Grayscale: #676767. Windows color (decimal): -12159371 or 7697990. OLE color: 7697990.

HSL color Cylindrical-coordinate representation of color #467675: hue angle of 178.75º degrees, saturation: 0.26, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #467675 is Cyan = 0.41, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.54.

Color convert

RGB70118117-
CMYK0.4100.010.54
HSL178.75º25.53%36.86%-
HSV(B)178.75º40.68%46.27%-
XYZ12.2215.5419.19-
YUV103.53135.6104.08-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 22.95%
GREEN value IS 118 (46.48% from 255) = 38.69%
BLUE value IS 117 (46.09% from 255) = 38.36%
R=22.95%
G=38.69%
B=38.36%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal701181170.4100.010.54178.7525.5336.86
Hex467675290136b31a25
Octal1061661655101662633245
Binary100011011101101110101101001011101101011001111010100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #467675

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #467675; }

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

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

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

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

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

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

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

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