Html Css Color HEX #477476 Ming

📋 copy color: '#477476'

red 71 ◦ green 116 ◦ blue 118

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

Shades of Ming #477476

Tints of Ming #477476

RGB

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

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

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

R = 23.28%
G = 38.03%
B = 38.69%

CMYK

 C value IS 0.40

 M value IS 0.02

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#477476 (or 0x477476) is known color: Ming. HEX triplet: 47, 74 and 76. RGB value is (71,116,118). Sum of RGB (Red+Green+Blue) = 71+116+118=305 (40% of max value = 765). Red value is 71 (28.12% from 255 or 23.28% from 305); Green value is 116 (45.70% from 255 or 38.03% from 305); Blue value is 118 (46.48% from 255 or 38.69% from 305); Max value from RGB is 118 - color contains mainly: blue. Hex color #477476 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #477476 is #B88B89. Grayscale: #666666. Windows color (decimal): -12094346 or 7763015. OLE color: 7763015.

HSL color Cylindrical-coordinate representation of color #477476: hue angle of 182.55º 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 #477476 is Cyan = 0.40, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB 71 116 118 -
CMYK 0.40 0.02 0 0.54
HSL 182.55º 0.25% 0.37% -
HSV(B) 182.55º 0.4% 0.46% -
XYZ 12.11 15.14 19.42 -
YUV 102.77 136.59 105.34 -
System Red Green Blue C M Y K H S L
Decimal 71 116 118 0.40 0.02 0 0.54 182.55 0.25 0.37
Hex 47 74 76 28 2 0 36 B7 19 25
Octal 107 164 166 50 2 0 66 267 31 45
Binary 1000111 1110100 1110110 101000 10 0 110110 10110111 11001 100101

Color Harmonies of #477476

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #477476

Black with #477476

Text Example


Text Example

White with #477476

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #477476; }

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

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

background-color css

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

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

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

border-color css

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

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

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