Html Css Color HEX #476F73 Ming

📋 copy color: '#476F73'

red 71 ◦ green 111 ◦ blue 115

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

Shades of Ming #476F73

Tints of Ming #476F73

RGB

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

 GREEN value IS 111 (43.75% from 255) = 37.37%

 BLUE value IS 115 (45.31% from 255) = 38.72%

R = 23.91%
G = 37.37%
B = 38.72%

CMYK

 C value IS 0.38

 M value IS 0.03

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#476F73 (or 0x476F73) is known color: Ming. HEX triplet: 47, 6F and 73. RGB value is (71,111,115). Sum of RGB (Red+Green+Blue) = 71+111+115=297 (39% of max value = 765). Red value is 71 (28.12% from 255 or 23.91% from 297); Green value is 111 (43.75% from 255 or 37.37% from 297); Blue value is 115 (45.31% from 255 or 38.72% from 297); Max value from RGB is 115 - color contains mainly: blue. Hex color #476F73 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #476F73 is #B8908C. Grayscale: #636363. Windows color (decimal): -12095629 or 7565127. OLE color: 7565127.

HSL color Cylindrical-coordinate representation of color #476F73: hue angle of 185.45º degrees, saturation: 0.24, 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 #476F73 is Cyan = 0.38, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 71 111 115 -
CMYK 0.38 0.03 0 0.55
HSL 185.45º 0.24% 0.36% -
HSV(B) 185.45º 0.38% 0.45% -
XYZ 11.38 13.95 18.31 -
YUV 99.5 136.75 107.67 -
System Red Green Blue C M Y K H S L
Decimal 71 111 115 0.38 0.03 0 0.55 185.45 0.24 0.36
Hex 47 6F 73 26 3 0 37 B9 18 24
Octal 107 157 163 46 3 0 67 271 30 44
Binary 1000111 1101111 1110011 100110 11 0 110111 10111001 11000 100100

Color Harmonies of #476F73

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #476F73

Black with #476F73

Text Example


Text Example

White with #476F73

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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