Html Css Color HEX #46757E Ming

📋 copy color: '#46757E'

red 70 ◦ green 117 ◦ blue 126

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

Shades of Ming #46757E

Tints of Ming #46757E

RGB

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

 GREEN value IS 117 (46.09% from 255) = 37.38%

 BLUE value IS 126 (49.61% from 255) = 40.26%

R = 22.36%
G = 37.38%
B = 40.26%

CMYK

 C value IS 0.44

 M value IS 0.07

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#46757E (or 0x46757E) is known color: Ming. HEX triplet: 46, 75 and 7E. RGB value is (70,117,126). Sum of RGB (Red+Green+Blue) = 70+117+126=313 (41% of max value = 765). Red value is 70 (27.73% from 255 or 22.36% from 313); Green value is 117 (46.09% from 255 or 37.38% from 313); Blue value is 126 (49.61% from 255 or 40.26% from 313); Max value from RGB is 126 - color contains mainly: blue. Hex color #46757E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #46757E is #B98A81. Grayscale: #676767. Windows color (decimal): -12159618 or 8287558. OLE color: 8287558.

HSL color Cylindrical-coordinate representation of color #46757E: hue angle of 189.64º degrees, saturation: 0.29, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #46757E is Cyan = 0.44, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB 70 117 126 -
CMYK 0.44 0.07 0 0.51
HSL 189.64º 0.29% 0.38% -
HSV(B) 189.64º 0.44% 0.49% -
XYZ 12.65 15.53 22.07 -
YUV 103.97 140.43 103.77 -
System Red Green Blue C M Y K H S L
Decimal 70 117 126 0.44 0.07 0 0.51 189.64 0.29 0.38
Hex 46 75 7E 2C 7 0 33 BE 1D 26
Octal 106 165 176 54 7 0 63 276 35 46
Binary 1000110 1110101 1111110 101100 111 0 110011 10111110 11101 100110

Color Harmonies of #46757E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #46757E

Black with #46757E

Text Example


Text Example

White with #46757E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #46757E; }

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

 H1.HeaderClassName
 {
   color: #46757E;
 }
 .AnyTagClassName
 {
   color: #46757E;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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