Html Css Color HEX #47767C Ming

📋 copy color: '#47767C'

red 71 ◦ green 118 ◦ blue 124

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

Shades of Ming #47767C

Tints of Ming #47767C

RGB

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

 GREEN value IS 118 (46.48% from 255) = 37.7%

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

R = 22.68%
G = 37.7%
B = 39.62%

CMYK

 C value IS 0.43

 M value IS 0.05

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#47767C (or 0x47767C) is known color: Ming. HEX triplet: 47, 76 and 7C. RGB value is (71,118,124). Sum of RGB (Red+Green+Blue) = 71+118+124=313 (41% of max value = 765). Red value is 71 (28.12% from 255 or 22.68% from 313); Green value is 118 (46.48% from 255 or 37.70% from 313); Blue value is 124 (48.83% from 255 or 39.62% from 313); Max value from RGB is 124 - color contains mainly: blue. Hex color #47767C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #47767C is #B88983. Grayscale: #686868. Windows color (decimal): -12093828 or 8156743. OLE color: 8156743.

HSL color Cylindrical-coordinate representation of color #47767C: hue angle of 186.79º 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 #47767C is Cyan = 0.43, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB 71 118 124 -
CMYK 0.43 0.05 0 0.51
HSL 186.79º 0.27% 0.38% -
HSV(B) 186.79º 0.43% 0.49% -
XYZ 12.72 15.75 21.44 -
YUV 104.63 138.93 104.01 -
System Red Green Blue C M Y K H S L
Decimal 71 118 124 0.43 0.05 0 0.51 186.79 0.27 0.38
Hex 47 76 7C 2B 5 0 33 BB 1B 26
Octal 107 166 174 53 5 0 63 273 33 46
Binary 1000111 1110110 1111100 101011 101 0 110011 10111011 11011 100110

Color Harmonies of #47767C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #47767C

Black with #47767C

Text Example


Text Example

White with #47767C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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