Html Css Color HEX #477379 Ming

📋 copy color: '#477379'

red 71 ◦ green 115 ◦ blue 121

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

Shades of Ming #477379

Tints of Ming #477379

RGB

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

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

 BLUE value IS 121 (47.66% from 255) = 39.41%

R = 23.13%
G = 37.46%
B = 39.41%

CMYK

 C value IS 0.41

 M value IS 0.05

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#477379 (or 0x477379) is known color: Ming. HEX triplet: 47, 73 and 79. RGB value is (71,115,121). Sum of RGB (Red+Green+Blue) = 71+115+121=307 (40% of max value = 765). Red value is 71 (28.12% from 255 or 23.13% from 307); Green value is 115 (45.31% from 255 or 37.46% from 307); Blue value is 121 (47.66% from 255 or 39.41% from 307); Max value from RGB is 121 - color contains mainly: blue. Hex color #477379 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #477379 is #B88C86. Grayscale: #666666. Windows color (decimal): -12094599 or 7959367. OLE color: 7959367.

HSL color Cylindrical-coordinate representation of color #477379: hue angle of 187.2º degrees, saturation: 0.26, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #477379 is Cyan = 0.41, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB 71 115 121 -
CMYK 0.41 0.05 0 0.53
HSL 187.2º 0.26% 0.38% -
HSV(B) 187.2º 0.41% 0.47% -
XYZ 12.18 14.98 20.34 -
YUV 102.53 138.42 105.51 -
System Red Green Blue C M Y K H S L
Decimal 71 115 121 0.41 0.05 0 0.53 187.2 0.26 0.38
Hex 47 73 79 29 5 0 35 BB 1A 26
Octal 107 163 171 51 5 0 65 273 32 46
Binary 1000111 1110011 1111001 101001 101 0 110101 10111011 11010 100110

Color Harmonies of #477379

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #477379

Black with #477379

Text Example


Text Example

White with #477379

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #477379; }

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

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

background-color css

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

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

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

border-color css

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

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

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