Html Css Color HEX #466E71 Ming

📋 copy color: '#466E71'

red 70 ◦ green 110 ◦ blue 113

#466E71
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Ming #466E71

Tints of Ming #466E71

RGB

 RED value IS 70 (27.73% from 255) = 23.89%

 GREEN value IS 110 (43.36% from 255) = 37.54%

 BLUE value IS 113 (44.53% from 255) = 38.57%

R = 23.89%
G = 37.54%
B = 38.57%

CMYK

 C value IS 0.38

 M value IS 0.03

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#466E71 (or 0x466E71) is known color: Ming. HEX triplet: 46, 6E and 71. RGB value is (70,110,113). Sum of RGB (Red+Green+Blue) = 70+110+113=293 (38% of max value = 765). Red value is 70 (27.73% from 255 or 23.89% from 293); Green value is 110 (43.36% from 255 or 37.54% from 293); Blue value is 113 (44.53% from 255 or 38.57% from 293); Max value from RGB is 113 - color contains mainly: blue. Hex color #466E71 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #466E71 is #B9918E. Grayscale: #626262. Windows color (decimal): -12161423 or 7433798. OLE color: 7433798.

HSL color Cylindrical-coordinate representation of color #466E71: hue angle of 184.19º degrees, saturation: 0.23, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #466E71 is Cyan = 0.38, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 70 110 113 -
CMYK 0.38 0.03 0 0.56
HSL 184.19º 0.23% 0.36% -
HSV(B) 184.19º 0.38% 0.44% -
XYZ 11.08 13.65 17.67 -
YUV 98.38 136.25 107.76 -
System Red Green Blue C M Y K H S L
Decimal 70 110 113 0.38 0.03 0 0.56 184.19 0.23 0.36
Hex 46 6E 71 26 3 0 38 B8 17 24
Octal 106 156 161 46 3 0 70 270 27 44
Binary 1000110 1101110 1110001 100110 11 0 111000 10111000 10111 100100

Color Harmonies of #466E71

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #466E71

Black with #466E71

Text Example


Text Example

White with #466E71

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #466E71; }

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

 H1.HeaderClassName
 {
   color: #466E71;
 }
 .AnyTagClassName
 {
   color: #466E71;
 }
</style>

background-color css

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

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

 div.DivClassName
 {
   background-color: #466E71;
 }
 .BgClassName
 {
   background-color: #466E71;
 }
</style>

border-color css

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

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

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