Html Css Color HEX #47708C Wedgewood

📋 copy color: '#47708C'

red 71 ◦ green 112 ◦ blue 140

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

Shades of Wedgewood #47708C

Tints of Wedgewood #47708C

RGB

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

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

 BLUE value IS 140 (55.08% from 255) = 43.34%

R = 21.98%
G = 34.67%
B = 43.34%

CMYK

 C value IS 0.49

 M value IS 0.20

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#47708C (or 0x47708C) is known color: Wedgewood. HEX triplet: 47, 70 and 8C. RGB value is (71,112,140). Sum of RGB (Red+Green+Blue) = 71+112+140=323 (42% of max value = 765). Red value is 71 (28.12% from 255 or 21.98% from 323); Green value is 112 (44.14% from 255 or 34.67% from 323); Blue value is 140 (55.08% from 255 or 43.34% from 323); Max value from RGB is 140 - color contains mainly: blue. Hex color #47708C is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #47708C is #B88F73. Grayscale: #666666. Windows color (decimal): -12095348 or 9203783. OLE color: 9203783.

HSL color Cylindrical-coordinate representation of color #47708C: hue angle of 204.35º degrees, saturation: 0.33, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #47708C is Cyan = 0.49, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 71 112 140 -
CMYK 0.49 0.20 0 0.45
HSL 204.35º 0.33% 0.41% -
HSV(B) 204.35º 0.49% 0.55% -
XYZ 13.13 14.82 26.98 -
YUV 102.93 148.92 105.22 -
System Red Green Blue C M Y K H S L
Decimal 71 112 140 0.49 0.20 0 0.45 204.35 0.33 0.41
Hex 47 70 8C 31 14 0 2D CC 21 29
Octal 107 160 214 61 24 0 55 314 41 51
Binary 1000111 1110000 10001100 110001 10100 0 101101 11001100 100001 101001

Color Harmonies of #47708C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #47708C

Black with #47708C

Text Example


Text Example

White with #47708C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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