#467075

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

Shades of Ming #467075

Tints of Ming #467075

Color information

#467075 (or 0x467075) is unknown color: approx Ming. HEX triplet: 46, 70 and 75. RGB value is (70,112,117). Sum of RGB (Red+Green+Blue) = 70+112+117=299 (39% of max value = 765). Red value is 70 (27.73% from 255 or 23.41% from 299); Green value is 112 (44.14% from 255 or 37.46% from 299); Blue value is 117 (46.09% from 255 or 39.13% from 299); Max value from RGB is 117 - color contains mainly: blue. Hex color #467075 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #467075 is #B98F8A. Grayscale: #636363. Windows color (decimal): -12160907 or 7696454. OLE color: 7696454.

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

Color convert

RGB70112117-
CMYK0.400.0400.54
HSL186.38º25.13%36.67%-
HSV(B)186.38º40.17%45.88%-
XYZ11.5314.1718.96-
YUV100.01137.59106.59-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 23.41%
GREEN value IS 112 (44.14% from 255) = 37.46%
BLUE value IS 117 (46.09% from 255) = 39.13%
R=23.41%
G=37.46%
B=39.13%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal701121170.400.0400.54186.3825.1336.67
Hex467075284036ba1925
Octal1061601655040662723145
Binary10001101110000111010110100010001101101011101011001100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #467075

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #467075; }

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

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

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

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

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

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

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

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