Html Css Color HEX #47718E Wedgewood

📋 copy color: '#47718E'

red 71 ◦ green 113 ◦ blue 142

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

Shades of Wedgewood #47718E

Tints of Wedgewood #47718E

RGB

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

 GREEN value IS 113 (44.53% from 255) = 34.66%

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

R = 21.78%
G = 34.66%
B = 43.56%

CMYK

 C value IS 0.5

 M value IS 0.20

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#47718E (or 0x47718E) is known color: Wedgewood. HEX triplet: 47, 71 and 8E. RGB value is (71,113,142). Sum of RGB (Red+Green+Blue) = 71+113+142=326 (43% of max value = 765). Red value is 71 (28.12% from 255 or 21.78% from 326); Green value is 113 (44.53% from 255 or 34.66% from 326); Blue value is 142 (55.86% from 255 or 43.56% from 326); Max value from RGB is 142 - color contains mainly: blue. Hex color #47718E is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #47718E is #B88E71. Grayscale: #676767. Windows color (decimal): -12095090 or 9335111. OLE color: 9335111.

HSL color Cylindrical-coordinate representation of color #47718E: hue angle of 204.51º 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 #47718E is Cyan = 0.5, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 71 113 142 -
CMYK 0.5 0.20 0 0.44
HSL 204.51º 0.33% 0.42% -
HSV(B) 204.51º 0.5% 0.56% -
XYZ 13.39 15.1 27.8 -
YUV 103.75 149.59 104.64 -
System Red Green Blue C M Y K H S L
Decimal 71 113 142 0.5 0.20 0 0.44 204.51 0.33 0.42
Hex 47 71 8E 32 14 0 2C CD 21 2A
Octal 107 161 216 62 24 0 54 315 41 52
Binary 1000111 1110001 10001110 110010 10100 0 101100 11001101 100001 101010

Color Harmonies of #47718E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #47718E

Black with #47718E

Text Example


Text Example

White with #47718E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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