Html Css Color HEX #47708E Wedgewood

📋 copy color: '#47708E'

red 71 ◦ green 112 ◦ blue 142

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

Shades of Wedgewood #47708E

Tints of Wedgewood #47708E

RGB

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

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

 BLUE value IS 142 (55.86% from 255) = 43.69%

R = 21.85%
G = 34.46%
B = 43.69%

CMYK

 C value IS 0.5

 M value IS 0.21

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#47708E (or 0x47708E) is known color: Wedgewood. HEX triplet: 47, 70 and 8E. RGB value is (71,112,142). Sum of RGB (Red+Green+Blue) = 71+112+142=325 (43% of max value = 765). Red value is 71 (28.12% from 255 or 21.85% from 325); Green value is 112 (44.14% from 255 or 34.46% from 325); Blue value is 142 (55.86% from 255 or 43.69% from 325); Max value from RGB is 142 - color contains mainly: blue. Hex color #47708E is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #47708E is #B88F71. Grayscale: #676767. Windows color (decimal): -12095346 or 9334855. OLE color: 9334855.

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

Color convert

RGB 71 112 142 -
CMYK 0.5 0.21 0 0.44
HSL 205.35º 0.33% 0.42% -
HSV(B) 205.35º 0.5% 0.56% -
XYZ 13.28 14.88 27.76 -
YUV 103.16 149.92 105.06 -
System Red Green Blue C M Y K H S L
Decimal 71 112 142 0.5 0.21 0 0.44 205.35 0.33 0.42
Hex 47 70 8E 32 15 0 2C CD 21 2A
Octal 107 160 216 62 25 0 54 315 41 52
Binary 1000111 1110000 10001110 110010 10101 0 101100 11001101 100001 101010

Color Harmonies of #47708E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #47708E

Black with #47708E

Text Example


Text Example

White with #47708E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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