#467174

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

Shades of Ming #467174

Tints of Ming #467174

Color information

#467174 (or 0x467174) is unknown color: approx Ming. HEX triplet: 46, 71 and 74. RGB value is (70,113,116). Sum of RGB (Red+Green+Blue) = 70+113+116=299 (39% of max value = 765). Red value is 70 (27.73% from 255 or 23.41% from 299); Green value is 113 (44.53% from 255 or 37.79% from 299); Blue value is 116 (45.70% from 255 or 38.80% from 299); Max value from RGB is 116 - color contains mainly: blue. Hex color #467174 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #467174 is #B98E8B. Grayscale: #646464. Windows color (decimal): -12160652 or 7631174. OLE color: 7631174.

HSL color Cylindrical-coordinate representation of color #467174: hue angle of 183.91º degrees, saturation: 0.25, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #467174 is Cyan = 0.40, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB70113116-
CMYK0.400.0300.55
HSL183.91º24.73%36.47%-
HSV(B)183.91º39.66%45.49%-
XYZ11.5814.3718.69-
YUV100.48136.75106.26-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 23.41%
GREEN value IS 113 (44.53% from 255) = 37.79%
BLUE value IS 116 (45.70% from 255) = 38.80%
R=23.41%
G=37.79%
B=38.80%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal701131160.400.0300.55183.9124.7336.47
Hex467174283037b81924
Octal1061611645030672703144
Binary1000110111000111101001010001101101111011100011001100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #467174

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #467174; }

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

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

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

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

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

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

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

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