Html Css Color HEX #477073 Ming

📋 copy color: '#477073'

red 71 ◦ green 112 ◦ blue 115

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

Shades of Ming #477073

Tints of Ming #477073

RGB

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

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

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

R = 23.83%
G = 37.58%
B = 38.59%

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

#477073 (or 0x477073) is known color: Ming. HEX triplet: 47, 70 and 73. RGB value is (71,112,115). Sum of RGB (Red+Green+Blue) = 71+112+115=298 (39% of max value = 765). Red value is 71 (28.12% from 255 or 23.83% from 298); Green value is 112 (44.14% from 255 or 37.58% from 298); Blue value is 115 (45.31% from 255 or 38.59% from 298); Max value from RGB is 115 - color contains mainly: blue. Hex color #477073 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #477073 is #B88F8C. Grayscale: #646464. Windows color (decimal): -12095373 or 7565383. OLE color: 7565383.

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

Color convert

RGB 71 112 115 -
CMYK 0.38 0.03 0 0.55
HSL 184.09º 0.24% 0.36% -
HSV(B) 184.09º 0.38% 0.45% -
XYZ 11.49 14.17 18.35 -
YUV 100.08 136.42 107.26 -
System Red Green Blue C M Y K H S L
Decimal 71 112 115 0.38 0.03 0 0.55 184.09 0.24 0.36
Hex 47 70 73 26 3 0 37 B8 18 24
Octal 107 160 163 46 3 0 67 270 30 44
Binary 1000111 1110000 1110011 100110 11 0 110111 10111000 11000 100100

Color Harmonies of #477073

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #477073

Black with #477073

Text Example


Text Example

White with #477073

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #477073; }

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

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

background-color css

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

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

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

border-color css

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

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

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