Html Css Color HEX #47757C Ming

📋 copy color: '#47757C'

red 71 ◦ green 117 ◦ blue 124

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

Shades of Ming #47757C

Tints of Ming #47757C

RGB

 RED value IS 71 (28.13% from 255) = 22.76%

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

 BLUE value IS 124 (48.83% from 255) = 39.74%

R = 22.76%
G = 37.5%
B = 39.74%

CMYK

 C value IS 0.43

 M value IS 0.06

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#47757C (or 0x47757C) is known color: Ming. HEX triplet: 47, 75 and 7C. RGB value is (71,117,124). Sum of RGB (Red+Green+Blue) = 71+117+124=312 (41% of max value = 765). Red value is 71 (28.12% from 255 or 22.76% from 312); Green value is 117 (46.09% from 255 or 37.5% from 312); Blue value is 124 (48.83% from 255 or 39.74% from 312); Max value from RGB is 124 - color contains mainly: blue. Hex color #47757C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #47757C is #B88A83. Grayscale: #676767. Windows color (decimal): -12094084 or 8156487. OLE color: 8156487.

HSL color Cylindrical-coordinate representation of color #47757C: hue angle of 187.92º degrees, saturation: 0.27, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #47757C is Cyan = 0.43, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB 71 117 124 -
CMYK 0.43 0.06 0 0.51
HSL 187.92º 0.27% 0.38% -
HSV(B) 187.92º 0.43% 0.49% -
XYZ 12.6 15.52 21.4 -
YUV 104.04 139.26 104.43 -
System Red Green Blue C M Y K H S L
Decimal 71 117 124 0.43 0.06 0 0.51 187.92 0.27 0.38
Hex 47 75 7C 2B 6 0 33 BC 1B 26
Octal 107 165 174 53 6 0 63 274 33 46
Binary 1000111 1110101 1111100 101011 110 0 110011 10111100 11011 100110

Color Harmonies of #47757C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #47757C

Black with #47757C

Text Example


Text Example

White with #47757C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #47757C; }

 p { color: rgb(71,117,124); }

 H1.HeaderClassName
 {
   color: #47757C;
 }
 .AnyTagClassName
 {
   color: #47757C;
 }
</style>

background-color css

<style>
 a { background-color: #47757C; }

 a { background-color: rgb(71,117,124); }

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

border-color css

<style>
 span { border-color: #47757C; }

 span { border-color: rgb(71,117,124); }

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