Html Css Color HEX #477191 Wedgewood

📋 copy color: '#477191'

red 71 ◦ green 113 ◦ blue 145

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

Shades of Wedgewood #477191

Tints of Wedgewood #477191

RGB

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

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

 BLUE value IS 145 (57.03% from 255) = 44.07%

R = 21.58%
G = 34.35%
B = 44.07%

CMYK

 C value IS 0.51

 M value IS 0.22

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#477191 (or 0x477191) is known color: Wedgewood. HEX triplet: 47, 71 and 91. RGB value is (71,113,145). Sum of RGB (Red+Green+Blue) = 71+113+145=329 (43% of max value = 765). Red value is 71 (28.12% from 255 or 21.58% from 329); Green value is 113 (44.53% from 255 or 34.35% from 329); Blue value is 145 (57.03% from 255 or 44.07% from 329); Max value from RGB is 145 - color contains mainly: blue. Hex color #477191 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #477191 is #B88E6E. Grayscale: #676767. Windows color (decimal): -12095087 or 9531719. OLE color: 9531719.

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

Color convert

RGB 71 113 145 -
CMYK 0.51 0.22 0 0.43
HSL 205.95º 0.34% 0.42% -
HSV(B) 205.95º 0.51% 0.57% -
XYZ 13.61 15.19 29 -
YUV 104.09 151.09 104.4 -
System Red Green Blue C M Y K H S L
Decimal 71 113 145 0.51 0.22 0 0.43 205.95 0.34 0.42
Hex 47 71 91 33 16 0 2B CE 22 2A
Octal 107 161 221 63 26 0 53 316 42 52
Binary 1000111 1110001 10010001 110011 10110 0 101011 11001110 100010 101010

Color Harmonies of #477191

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #477191

Black with #477191

Text Example


Text Example

White with #477191

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #477191; }

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

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

background-color css

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

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

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

border-color css

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

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

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