Html Css Color HEX #466E73 Ming

📋 copy color: '#466E73'

red 70 ◦ green 110 ◦ blue 115

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

Shades of Ming #466E73

Tints of Ming #466E73

RGB

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

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

 BLUE value IS 115 (45.31% from 255) = 38.98%

R = 23.73%
G = 37.29%
B = 38.98%

CMYK

 C value IS 0.39

 M value IS 0.04

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#466E73 (or 0x466E73) is known color: Ming. HEX triplet: 46, 6E and 73. RGB value is (70,110,115). Sum of RGB (Red+Green+Blue) = 70+110+115=295 (39% of max value = 765). Red value is 70 (27.73% from 255 or 23.73% from 295); Green value is 110 (43.36% from 255 or 37.29% from 295); Blue value is 115 (45.31% from 255 or 38.98% from 295); Max value from RGB is 115 - color contains mainly: blue. Hex color #466E73 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #466E73 is #B9918C. Grayscale: #626262. Windows color (decimal): -12161421 or 7564870. OLE color: 7564870.

HSL color Cylindrical-coordinate representation of color #466E73: hue angle of 186.67º degrees, saturation: 0.24, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #466E73 is Cyan = 0.39, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 70 110 115 -
CMYK 0.39 0.04 0 0.55
HSL 186.67º 0.24% 0.36% -
HSV(B) 186.67º 0.39% 0.45% -
XYZ 11.2 13.69 18.27 -
YUV 98.61 137.25 107.59 -
System Red Green Blue C M Y K H S L
Decimal 70 110 115 0.39 0.04 0 0.55 186.67 0.24 0.36
Hex 46 6E 73 27 4 0 37 BB 18 24
Octal 106 156 163 47 4 0 67 273 30 44
Binary 1000110 1101110 1110011 100111 100 0 110111 10111011 11000 100100

Color Harmonies of #466E73

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #466E73

Black with #466E73

Text Example


Text Example

White with #466E73

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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