Html Css Color HEX #477190 Wedgewood

📋 copy color: '#477190'

red 71 ◦ green 113 ◦ blue 144

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

Shades of Wedgewood #477190

Tints of Wedgewood #477190

RGB

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

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

 BLUE value IS 144 (56.64% from 255) = 43.9%

R = 21.65%
G = 34.45%
B = 43.9%

CMYK

 C value IS 0.51

 M value IS 0.22

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#477190 (or 0x477190) is known color: Wedgewood. HEX triplet: 47, 71 and 90. RGB value is (71,113,144). Sum of RGB (Red+Green+Blue) = 71+113+144=328 (43% of max value = 765). Red value is 71 (28.12% from 255 or 21.65% from 328); Green value is 113 (44.53% from 255 or 34.45% from 328); Blue value is 144 (56.64% from 255 or 43.90% from 328); Max value from RGB is 144 - color contains mainly: blue. Hex color #477190 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #477190 is #B88E6F. Grayscale: #676767. Windows color (decimal): -12095088 or 9466183. OLE color: 9466183.

HSL color Cylindrical-coordinate representation of color #477190: hue angle of 205.48º degrees, saturation: 0.34, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #477190 is Cyan = 0.51, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 71 113 144 -
CMYK 0.51 0.22 0 0.44
HSL 205.48º 0.34% 0.42% -
HSV(B) 205.48º 0.51% 0.56% -
XYZ 13.54 15.16 28.6 -
YUV 103.98 150.59 104.48 -
System Red Green Blue C M Y K H S L
Decimal 71 113 144 0.51 0.22 0 0.44 205.48 0.34 0.42
Hex 47 71 90 33 16 0 2C CD 22 2A
Octal 107 161 220 63 26 0 54 315 42 52
Binary 1000111 1110001 10010000 110011 10110 0 101100 11001101 100010 101010

Color Harmonies of #477190

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #477190

Black with #477190

Text Example


Text Example

White with #477190

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #477190; }

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

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

background-color css

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

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

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

border-color css

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

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

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