Html Css Color HEX #477176 Ming

📋 copy color: '#477176'

red 71 ◦ green 113 ◦ blue 118

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

Shades of Ming #477176

Tints of Ming #477176

RGB

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

 GREEN value IS 113 (44.53% from 255) = 37.42%

 BLUE value IS 118 (46.48% from 255) = 39.07%

R = 23.51%
G = 37.42%
B = 39.07%

CMYK

 C value IS 0.40

 M value IS 0.04

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#477176 (or 0x477176) is known color: Ming. HEX triplet: 47, 71 and 76. RGB value is (71,113,118). Sum of RGB (Red+Green+Blue) = 71+113+118=302 (40% of max value = 765). Red value is 71 (28.12% from 255 or 23.51% from 302); Green value is 113 (44.53% from 255 or 37.42% from 302); Blue value is 118 (46.48% from 255 or 39.07% from 302); Max value from RGB is 118 - color contains mainly: blue. Hex color #477176 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #477176 is #B88E89. Grayscale: #646464. Windows color (decimal): -12095114 or 7762247. OLE color: 7762247.

HSL color Cylindrical-coordinate representation of color #477176: hue angle of 186.38º degrees, saturation: 0.25, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #477176 is Cyan = 0.40, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB 71 113 118 -
CMYK 0.40 0.04 0 0.54
HSL 186.38º 0.25% 0.37% -
HSV(B) 186.38º 0.4% 0.46% -
XYZ 11.77 14.46 19.31 -
YUV 101.01 137.59 106.59 -
System Red Green Blue C M Y K H S L
Decimal 71 113 118 0.40 0.04 0 0.54 186.38 0.25 0.37
Hex 47 71 76 28 4 0 36 BA 19 25
Octal 107 161 166 50 4 0 66 272 31 45
Binary 1000111 1110001 1110110 101000 100 0 110110 10111010 11001 100101

Color Harmonies of #477176

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #477176

Black with #477176

Text Example


Text Example

White with #477176

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #477176; }

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

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

background-color css

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

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

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

border-color css

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

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

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