Html Css Color HEX #477679 Ming

📋 copy color: '#477679'

red 71 ◦ green 118 ◦ blue 121

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

Shades of Ming #477679

Tints of Ming #477679

RGB

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

 GREEN value IS 118 (46.48% from 255) = 38.06%

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

R = 22.9%
G = 38.06%
B = 39.03%

CMYK

 C value IS 0.41

 M value IS 0.02

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#477679 (or 0x477679) is known color: Ming. HEX triplet: 47, 76 and 79. RGB value is (71,118,121). Sum of RGB (Red+Green+Blue) = 71+118+121=310 (41% of max value = 765). Red value is 71 (28.12% from 255 or 22.90% from 310); Green value is 118 (46.48% from 255 or 38.06% from 310); Blue value is 121 (47.66% from 255 or 39.03% from 310); Max value from RGB is 121 - color contains mainly: blue. Hex color #477679 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #477679 is #B88986. Grayscale: #686868. Windows color (decimal): -12093831 or 7960135. OLE color: 7960135.

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

Color convert

RGB 71 118 121 -
CMYK 0.41 0.02 0 0.53
HSL 183.6º 0.26% 0.38% -
HSV(B) 183.6º 0.41% 0.47% -
XYZ 12.53 15.68 20.45 -
YUV 104.29 137.43 104.26 -
System Red Green Blue C M Y K H S L
Decimal 71 118 121 0.41 0.02 0 0.53 183.6 0.26 0.38
Hex 47 76 79 29 2 0 35 B8 1A 26
Octal 107 166 171 51 2 0 65 270 32 46
Binary 1000111 1110110 1111001 101001 10 0 110101 10111000 11010 100110

Color Harmonies of #477679

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #477679

Black with #477679

Text Example


Text Example

White with #477679

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #477679; }

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

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

background-color css

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

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

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

border-color css

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

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

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