Html Css Color HEX #477175 Ming

📋 copy color: '#477175'

red 71 ◦ green 113 ◦ blue 117

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

Shades of Ming #477175

Tints of Ming #477175

RGB

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

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

 BLUE value IS 117 (46.09% from 255) = 38.87%

R = 23.59%
G = 37.54%
B = 38.87%

CMYK

 C value IS 0.39

 M value IS 0.03

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#477175 (or 0x477175) is known color: Ming. HEX triplet: 47, 71 and 75. RGB value is (71,113,117). Sum of RGB (Red+Green+Blue) = 71+113+117=301 (39% of max value = 765). Red value is 71 (28.12% from 255 or 23.59% from 301); Green value is 113 (44.53% from 255 or 37.54% from 301); Blue value is 117 (46.09% from 255 or 38.87% from 301); Max value from RGB is 117 - color contains mainly: blue. Hex color #477175 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #477175 is #B88E8A. Grayscale: #646464. Windows color (decimal): -12095115 or 7696711. OLE color: 7696711.

HSL color Cylindrical-coordinate representation of color #477175: hue angle of 185.22º degrees, saturation: 0.24, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #477175 is Cyan = 0.39, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB 71 113 117 -
CMYK 0.39 0.03 0 0.54
HSL 185.22º 0.24% 0.37% -
HSV(B) 185.22º 0.39% 0.46% -
XYZ 11.71 14.43 19 -
YUV 100.9 137.09 106.67 -
System Red Green Blue C M Y K H S L
Decimal 71 113 117 0.39 0.03 0 0.54 185.22 0.24 0.37
Hex 47 71 75 27 3 0 36 B9 18 25
Octal 107 161 165 47 3 0 66 271 30 45
Binary 1000111 1110001 1110101 100111 11 0 110110 10111001 11000 100101

Color Harmonies of #477175

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #477175

Black with #477175

Text Example


Text Example

White with #477175

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #477175; }

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

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

background-color css

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

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

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

border-color css

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

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

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