Html Css Color HEX #47628E Wedgewood

📋 copy color: '#47628E'

red 71 ◦ green 98 ◦ blue 142

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

Shades of Wedgewood #47628E

Tints of Wedgewood #47628E

RGB

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

 GREEN value IS 98 (38.67% from 255) = 31.51%

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

R = 22.83%
G = 31.51%
B = 45.66%

CMYK

 C value IS 0.5

 M value IS 0.31

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#47628E (or 0x47628E) is known color: Wedgewood. HEX triplet: 47, 62 and 8E. RGB value is (71,98,142). Sum of RGB (Red+Green+Blue) = 71+98+142=311 (41% of max value = 765). Red value is 71 (28.12% from 255 or 22.83% from 311); Green value is 98 (38.67% from 255 or 31.51% from 311); Blue value is 142 (55.86% from 255 or 45.66% from 311); Max value from RGB is 142 - color contains mainly: blue. Hex color #47628E is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #47628E is #B89D71. Grayscale: #5E5E5E. Windows color (decimal): -12098930 or 9331271. OLE color: 9331271.

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

Color convert

RGB 71 98 142 -
CMYK 0.5 0.31 0 0.44
HSL 217.18º 0.33% 0.42% -
HSV(B) 217.18º 0.5% 0.56% -
XYZ 11.85 12.03 27.29 -
YUV 94.94 154.55 110.92 -
System Red Green Blue C M Y K H S L
Decimal 71 98 142 0.5 0.31 0 0.44 217.18 0.33 0.42
Hex 47 62 8E 32 1F 0 2C D9 21 2A
Octal 107 142 216 62 37 0 54 331 41 52
Binary 1000111 1100010 10001110 110010 11111 0 101100 11011001 100001 101010

Color Harmonies of #47628E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #47628E

Black with #47628E

Text Example


Text Example

White with #47628E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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