Html Css Color HEX #476E74 Ming

📋 copy color: '#476E74'

red 71 ◦ green 110 ◦ blue 116

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

Shades of Ming #476E74

Tints of Ming #476E74

RGB

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

 GREEN value IS 110 (43.36% from 255) = 37.04%

 BLUE value IS 116 (45.7% from 255) = 39.06%

R = 23.91%
G = 37.04%
B = 39.06%

CMYK

 C value IS 0.39

 M value IS 0.05

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#476E74 (or 0x476E74) is known color: Ming. HEX triplet: 47, 6E and 74. RGB value is (71,110,116). Sum of RGB (Red+Green+Blue) = 71+110+116=297 (39% of max value = 765). Red value is 71 (28.12% from 255 or 23.91% from 297); Green value is 110 (43.36% from 255 or 37.04% from 297); Blue value is 116 (45.70% from 255 or 39.06% from 297); Max value from RGB is 116 - color contains mainly: blue. Hex color #476E74 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #476E74 is #B8918B. Grayscale: #626262. Windows color (decimal): -12095884 or 7630407. OLE color: 7630407.

HSL color Cylindrical-coordinate representation of color #476E74: hue angle of 188º degrees, saturation: 0.24, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #476E74 is Cyan = 0.39, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 71 110 116 -
CMYK 0.39 0.05 0 0.55
HSL 188º 0.24% 0.37% -
HSV(B) 188º 0.39% 0.45% -
XYZ 11.33 13.75 18.58 -
YUV 99.02 137.58 108.01 -
System Red Green Blue C M Y K H S L
Decimal 71 110 116 0.39 0.05 0 0.55 188 0.24 0.37
Hex 47 6E 74 27 5 0 37 BC 18 25
Octal 107 156 164 47 5 0 67 274 30 45
Binary 1000111 1101110 1110100 100111 101 0 110111 10111100 11000 100101

Color Harmonies of #476E74

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #476E74

Black with #476E74

Text Example


Text Example

White with #476E74

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #476E74; }

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

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

background-color css

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

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

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

border-color css

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

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

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