Html Css Color HEX #47747A Ming

📋 copy color: '#47747A'

red 71 ◦ green 116 ◦ blue 122

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

Shades of Ming #47747A

Tints of Ming #47747A

RGB

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

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

 BLUE value IS 122 (48.05% from 255) = 39.48%

R = 22.98%
G = 37.54%
B = 39.48%

CMYK

 C value IS 0.42

 M value IS 0.05

 Y value IS 0

 K value IS 0.52

RGB Variations

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

Color information

#47747A (or 0x47747A) is known color: Ming. HEX triplet: 47, 74 and 7A. RGB value is (71,116,122). Sum of RGB (Red+Green+Blue) = 71+116+122=309 (40% of max value = 765). Red value is 71 (28.12% from 255 or 22.98% from 309); Green value is 116 (45.70% from 255 or 37.54% from 309); Blue value is 122 (48.05% from 255 or 39.48% from 309); Max value from RGB is 122 - color contains mainly: blue. Hex color #47747A is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #47747A is #B88B85. Grayscale: #676767. Windows color (decimal): -12094342 or 8025159. OLE color: 8025159.

HSL color Cylindrical-coordinate representation of color #47747A: hue angle of 187.06º degrees, saturation: 0.26, 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 #47747A is Cyan = 0.42, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB 71 116 122 -
CMYK 0.42 0.05 0 0.52
HSL 187.06º 0.26% 0.38% -
HSV(B) 187.06º 0.42% 0.48% -
XYZ 12.36 15.24 20.7 -
YUV 103.23 138.59 105.01 -
System Red Green Blue C M Y K H S L
Decimal 71 116 122 0.42 0.05 0 0.52 187.06 0.26 0.38
Hex 47 74 7A 2A 5 0 34 BB 1A 26
Octal 107 164 172 52 5 0 64 273 32 46
Binary 1000111 1110100 1111010 101010 101 0 110100 10111011 11010 100110

Color Harmonies of #47747A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #47747A

Black with #47747A

Text Example


Text Example

White with #47747A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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