Html Css Color HEX #47705D Como

📋 copy color: '#47705D'

red 71 ◦ green 112 ◦ blue 93

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

Shades of Como #47705D

Tints of Como #47705D

RGB

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

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

 BLUE value IS 93 (36.72% from 255) = 33.7%

R = 25.72%
G = 40.58%
B = 33.7%

CMYK

 C value IS 0.37

 M value IS 0

 Y value IS 0.17

 K value IS 0.56

RGB Variations

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

Color information

#47705D (or 0x47705D) is known color: Como. HEX triplet: 47, 70 and 5D. RGB value is (71,112,93). Sum of RGB (Red+Green+Blue) = 71+112+93=276 (36% of max value = 765). Red value is 71 (28.12% from 255 or 25.72% from 276); Green value is 112 (44.14% from 255 or 40.58% from 276); Blue value is 93 (36.72% from 255 or 33.70% from 276); Max value from RGB is 112 - color contains mainly: green. Hex color #47705D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #47705D is #B88FA2. Grayscale: #616161. Windows color (decimal): -12095395 or 6123591. OLE color: 6123591.

HSL color Cylindrical-coordinate representation of color #47705D: hue angle of 152.2º degrees, saturation: 0.22, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #47705D is Cyan = 0.37, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.56.

Color convert

RGB 71 112 93 -
CMYK 0.37 0 0.17 0.56
HSL 152.2º 0.22% 0.36% -
HSV(B) 152.2º 0.37% 0.44% -
XYZ 10.37 13.72 12.46 -
YUV 97.58 125.42 109.04 -
System Red Green Blue C M Y K H S L
Decimal 71 112 93 0.37 0 0.17 0.56 152.2 0.22 0.36
Hex 47 70 5D 25 0 11 38 98 16 24
Octal 107 160 135 45 0 21 70 230 26 44
Binary 1000111 1110000 1011101 100101 0 10001 111000 10011000 10110 100100

Color Harmonies of #47705D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #47705D

Black with #47705D

Text Example


Text Example

White with #47705D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #47705D; }

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

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

background-color css

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

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

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

border-color css

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

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

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