Html Css Color HEX #47747B Ming

📋 copy color: '#47747B'

red 71 ◦ green 116 ◦ blue 123

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

Shades of Ming #47747B

Tints of Ming #47747B

RGB

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

 GREEN value IS 116 (45.7% from 255) = 37.42%

 BLUE value IS 123 (48.44% from 255) = 39.68%

R = 22.9%
G = 37.42%
B = 39.68%

CMYK

 C value IS 0.42

 M value IS 0.06

 Y value IS 0

 K value IS 0.52

RGB Variations

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

Color information

#47747B (or 0x47747B) is known color: Ming. HEX triplet: 47, 74 and 7B. RGB value is (71,116,123). Sum of RGB (Red+Green+Blue) = 71+116+123=310 (41% of max value = 765). Red value is 71 (28.12% from 255 or 22.90% from 310); Green value is 116 (45.70% from 255 or 37.42% from 310); Blue value is 123 (48.44% from 255 or 39.68% from 310); Max value from RGB is 123 - color contains mainly: blue. Hex color #47747B is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #47747B is #B88B84. Grayscale: #676767. Windows color (decimal): -12094341 or 8090695. OLE color: 8090695.

HSL color Cylindrical-coordinate representation of color #47747B: hue angle of 188.08º degrees, saturation: 0.27, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #47747B is Cyan = 0.42, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB 71 116 123 -
CMYK 0.42 0.06 0 0.52
HSL 188.08º 0.27% 0.38% -
HSV(B) 188.08º 0.42% 0.48% -
XYZ 12.42 15.26 21.03 -
YUV 103.34 139.09 104.93 -
System Red Green Blue C M Y K H S L
Decimal 71 116 123 0.42 0.06 0 0.52 188.08 0.27 0.38
Hex 47 74 7B 2A 6 0 34 BC 1B 26
Octal 107 164 173 52 6 0 64 274 33 46
Binary 1000111 1110100 1111011 101010 110 0 110100 10111100 11011 100110

Color Harmonies of #47747B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #47747B

Black with #47747B

Text Example


Text Example

White with #47747B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #47747B; }

 p { color: rgb(71,116,123); }

 H1.HeaderClassName
 {
   color: #47747B;
 }
 .AnyTagClassName
 {
   color: #47747B;
 }
</style>

background-color css

<style>
 a { background-color: #47747B; }

 a { background-color: rgb(71,116,123); }

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

border-color css

<style>
 span { border-color: #47747B; }

 span { border-color: rgb(71,116,123); }

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