Html Css Color HEX #466E74 Ming

📋 copy color: '#466E74'

red 70 ◦ green 110 ◦ blue 116

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

Shades of Ming #466E74

Tints of Ming #466E74

RGB

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

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

 BLUE value IS 116 (45.7% from 255) = 39.19%

R = 23.65%
G = 37.16%
B = 39.19%

CMYK

 C value IS 0.40

 M value IS 0.05

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#466E74 (or 0x466E74) is known color: Ming. HEX triplet: 46, 6E and 74. RGB value is (70,110,116). Sum of RGB (Red+Green+Blue) = 70+110+116=296 (39% of max value = 765). Red value is 70 (27.73% from 255 or 23.65% from 296); Green value is 110 (43.36% from 255 or 37.16% from 296); Blue value is 116 (45.70% from 255 or 39.19% from 296); Max value from RGB is 116 - color contains mainly: blue. Hex color #466E74 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #466E74 is #B9918B. Grayscale: #626262. Windows color (decimal): -12161420 or 7630406. OLE color: 7630406.

HSL color Cylindrical-coordinate representation of color #466E74: hue angle of 187.83º 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 #466E74 is Cyan = 0.40, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 70 110 116 -
CMYK 0.40 0.05 0 0.55
HSL 187.83º 0.25% 0.36% -
HSV(B) 187.83º 0.4% 0.45% -
XYZ 11.25 13.71 18.58 -
YUV 98.72 137.75 107.51 -
System Red Green Blue C M Y K H S L
Decimal 70 110 116 0.40 0.05 0 0.55 187.83 0.25 0.36
Hex 46 6E 74 28 5 0 37 BC 19 24
Octal 106 156 164 50 5 0 67 274 31 44
Binary 1000110 1101110 1110100 101000 101 0 110111 10111100 11001 100100

Color Harmonies of #466E74

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #466E74

Black with #466E74

Text Example


Text Example

White with #466E74

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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