Html Css Color HEX #477076 Ming

📋 copy color: '#477076'

red 71 ◦ green 112 ◦ blue 118

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

Shades of Ming #477076

Tints of Ming #477076

RGB

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

 GREEN value IS 112 (44.14% from 255) = 37.21%

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

R = 23.59%
G = 37.21%
B = 39.2%

CMYK

 C value IS 0.40

 M value IS 0.05

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#477076 (or 0x477076) is known color: Ming. HEX triplet: 47, 70 and 76. RGB value is (71,112,118). Sum of RGB (Red+Green+Blue) = 71+112+118=301 (39% of max value = 765). Red value is 71 (28.12% from 255 or 23.59% from 301); Green value is 112 (44.14% from 255 or 37.21% from 301); Blue value is 118 (46.48% from 255 or 39.20% from 301); Max value from RGB is 118 - color contains mainly: blue. Hex color #477076 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #477076 is #B88F89. Grayscale: #646464. Windows color (decimal): -12095370 or 7761991. OLE color: 7761991.

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

Color convert

RGB 71 112 118 -
CMYK 0.40 0.05 0 0.54
HSL 187.66º 0.25% 0.37% -
HSV(B) 187.66º 0.4% 0.46% -
XYZ 11.66 14.24 19.27 -
YUV 100.43 137.92 107.01 -
System Red Green Blue C M Y K H S L
Decimal 71 112 118 0.40 0.05 0 0.54 187.66 0.25 0.37
Hex 47 70 76 28 5 0 36 BC 19 25
Octal 107 160 166 50 5 0 66 274 31 45
Binary 1000111 1110000 1110110 101000 101 0 110110 10111100 11001 100101

Color Harmonies of #477076

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #477076

Black with #477076

Text Example


Text Example

White with #477076

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #477076; }

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

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

background-color css

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

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

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

border-color css

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

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

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