Html Css Color HEX #47708D Wedgewood

📋 copy color: '#47708D'

red 71 ◦ green 112 ◦ blue 141

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

Shades of Wedgewood #47708D

Tints of Wedgewood #47708D

RGB

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

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

 BLUE value IS 141 (55.47% from 255) = 43.52%

R = 21.91%
G = 34.57%
B = 43.52%

CMYK

 C value IS 0.50

 M value IS 0.21

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#47708D (or 0x47708D) is known color: Wedgewood. HEX triplet: 47, 70 and 8D. RGB value is (71,112,141). Sum of RGB (Red+Green+Blue) = 71+112+141=324 (42% of max value = 765). Red value is 71 (28.12% from 255 or 21.91% from 324); Green value is 112 (44.14% from 255 or 34.57% from 324); Blue value is 141 (55.47% from 255 or 43.52% from 324); Max value from RGB is 141 - color contains mainly: blue. Hex color #47708D is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #47708D is #B88F72. Grayscale: #666666. Windows color (decimal): -12095347 or 9269319. OLE color: 9269319.

HSL color Cylindrical-coordinate representation of color #47708D: hue angle of 204.86º degrees, saturation: 0.33, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #47708D is Cyan = 0.50, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 71 112 141 -
CMYK 0.50 0.21 0 0.45
HSL 204.86º 0.33% 0.42% -
HSV(B) 204.86º 0.5% 0.55% -
XYZ 13.2 14.85 27.37 -
YUV 103.05 149.42 105.14 -
System Red Green Blue C M Y K H S L
Decimal 71 112 141 0.50 0.21 0 0.45 204.86 0.33 0.42
Hex 47 70 8D 32 15 0 2D CD 21 2A
Octal 107 160 215 62 25 0 55 315 41 52
Binary 1000111 1110000 10001101 110010 10101 0 101101 11001101 100001 101010

Color Harmonies of #47708D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #47708D

Black with #47708D

Text Example


Text Example

White with #47708D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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