Html Css Color HEX #476E72 Ming

📋 copy color: '#476E72'

red 71 ◦ green 110 ◦ blue 114

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

Shades of Ming #476E72

Tints of Ming #476E72

RGB

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

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

 BLUE value IS 114 (44.92% from 255) = 38.64%

R = 24.07%
G = 37.29%
B = 38.64%

CMYK

 C value IS 0.38

 M value IS 0.04

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#476E72 (or 0x476E72) is known color: Ming. HEX triplet: 47, 6E and 72. RGB value is (71,110,114). Sum of RGB (Red+Green+Blue) = 71+110+114=295 (39% of max value = 765). Red value is 71 (28.12% from 255 or 24.07% from 295); Green value is 110 (43.36% from 255 or 37.29% from 295); Blue value is 114 (44.92% from 255 or 38.64% from 295); Max value from RGB is 114 - color contains mainly: blue. Hex color #476E72 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #476E72 is #B8918D. Grayscale: #626262. Windows color (decimal): -12095886 or 7499335. OLE color: 7499335.

HSL color Cylindrical-coordinate representation of color #476E72: hue angle of 185.58º degrees, saturation: 0.23, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #476E72 is Cyan = 0.38, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 71 110 114 -
CMYK 0.38 0.04 0 0.55
HSL 185.58º 0.23% 0.36% -
HSV(B) 185.58º 0.38% 0.45% -
XYZ 11.21 13.71 17.97 -
YUV 98.8 136.58 108.17 -
System Red Green Blue C M Y K H S L
Decimal 71 110 114 0.38 0.04 0 0.55 185.58 0.23 0.36
Hex 47 6E 72 26 4 0 37 BA 17 24
Octal 107 156 162 46 4 0 67 272 27 44
Binary 1000111 1101110 1110010 100110 100 0 110111 10111010 10111 100100

Color Harmonies of #476E72

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #476E72

Black with #476E72

Text Example


Text Example

White with #476E72

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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