Html Css Color HEX #477376 Ming

📋 copy color: '#477376'

red 71 ◦ green 115 ◦ blue 118

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

Shades of Ming #477376

Tints of Ming #477376

RGB

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

 GREEN value IS 115 (45.31% from 255) = 37.83%

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

R = 23.36%
G = 37.83%
B = 38.82%

CMYK

 C value IS 0.40

 M value IS 0.03

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#477376 (or 0x477376) is known color: Ming. HEX triplet: 47, 73 and 76. RGB value is (71,115,118). Sum of RGB (Red+Green+Blue) = 71+115+118=304 (40% of max value = 765). Red value is 71 (28.12% from 255 or 23.36% from 304); Green value is 115 (45.31% from 255 or 37.83% from 304); Blue value is 118 (46.48% from 255 or 38.82% from 304); Max value from RGB is 118 - color contains mainly: blue. Hex color #477376 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #477376 is #B88C89. Grayscale: #666666. Windows color (decimal): -12094602 or 7762759. OLE color: 7762759.

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

Color convert

RGB 71 115 118 -
CMYK 0.40 0.03 0 0.54
HSL 183.83º 0.25% 0.37% -
HSV(B) 183.83º 0.4% 0.46% -
XYZ 12 14.91 19.38 -
YUV 102.19 136.92 105.76 -
System Red Green Blue C M Y K H S L
Decimal 71 115 118 0.40 0.03 0 0.54 183.83 0.25 0.37
Hex 47 73 76 28 3 0 36 B8 19 25
Octal 107 163 166 50 3 0 66 270 31 45
Binary 1000111 1110011 1110110 101000 11 0 110110 10111000 11001 100101

Color Harmonies of #477376

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #477376

Black with #477376

Text Example


Text Example

White with #477376

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #477376; }

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

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

background-color css

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

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

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

border-color css

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

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

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