Html Css Color HEX #46777D Ming

📋 copy color: '#46777D'

red 70 ◦ green 119 ◦ blue 125

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

Shades of Ming #46777D

Tints of Ming #46777D

RGB

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

 GREEN value IS 119 (46.88% from 255) = 37.9%

 BLUE value IS 125 (49.22% from 255) = 39.81%

R = 22.29%
G = 37.9%
B = 39.81%

CMYK

 C value IS 0.44

 M value IS 0.05

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#46777D (or 0x46777D) is known color: Ming. HEX triplet: 46, 77 and 7D. RGB value is (70,119,125). Sum of RGB (Red+Green+Blue) = 70+119+125=314 (41% of max value = 765). Red value is 70 (27.73% from 255 or 22.29% from 314); Green value is 119 (46.88% from 255 or 37.90% from 314); Blue value is 125 (49.22% from 255 or 39.81% from 314); Max value from RGB is 125 - color contains mainly: blue. Hex color #46777D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #46777D is #B98882. Grayscale: #686868. Windows color (decimal): -12159107 or 8222534. OLE color: 8222534.

HSL color Cylindrical-coordinate representation of color #46777D: hue angle of 186.55º degrees, saturation: 0.28, 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 #46777D is Cyan = 0.44, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB 70 119 125 -
CMYK 0.44 0.05 0 0.51
HSL 186.55º 0.28% 0.38% -
HSV(B) 186.55º 0.44% 0.49% -
XYZ 12.82 15.98 21.81 -
YUV 105.03 139.27 103.01 -
System Red Green Blue C M Y K H S L
Decimal 70 119 125 0.44 0.05 0 0.51 186.55 0.28 0.38
Hex 46 77 7D 2C 5 0 33 BB 1C 26
Octal 106 167 175 54 5 0 63 273 34 46
Binary 1000110 1110111 1111101 101100 101 0 110011 10111011 11100 100110

Color Harmonies of #46777D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #46777D

Black with #46777D

Text Example


Text Example

White with #46777D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #46777D; }

 p { color: rgb(70,119,125); }

 H1.HeaderClassName
 {
   color: #46777D;
 }
 .AnyTagClassName
 {
   color: #46777D;
 }
</style>

background-color css

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

 a { background-color: rgb(70,119,125); }

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

border-color css

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

 span { border-color: rgb(70,119,125); }

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