#467175

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

Shades of Ming #467175

Tints of Ming #467175

Color information

#467175 (or 0x467175) is unknown color: approx Ming. HEX triplet: 46, 71 and 75. RGB value is (70,113,117). Sum of RGB (Red+Green+Blue) = 70+113+117=300 (39% of max value = 765). Red value is 70 (27.73% from 255 or 23.33% from 300); Green value is 113 (44.53% from 255 or 37.67% from 300); Blue value is 117 (46.09% from 255 or 39% from 300); Max value from RGB is 117 - color contains mainly: blue. Hex color #467175 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #467175 is #B98E8A. Grayscale: #646464. Windows color (decimal): -12160651 or 7696710. OLE color: 7696710.

HSL color Cylindrical-coordinate representation of color #467175: hue angle of 185.11º 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 #467175 is Cyan = 0.40, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB70113117-
CMYK0.400.0300.54
HSL185.11º25.13%36.67%-
HSV(B)185.11º40.17%45.88%-
XYZ11.6414.418.99-
YUV100.6137.25106.17-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 23.33%
GREEN value IS 113 (44.53% from 255) = 37.67%
BLUE value IS 117 (46.09% from 255) = 39%
R=23.33%
G=37.67%
B=39%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal701131170.400.0300.54185.1125.1336.67
Hex467175283036b91925
Octal1061611655030662713145
Binary1000110111000111101011010001101101101011100111001100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #467175

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #467175; }

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

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

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

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

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

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

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

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