Html Css Color HEX #477196 Wedgewood

📋 copy color: '#477196'

red 71 ◦ green 113 ◦ blue 150

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

Shades of Wedgewood #477196

Tints of Wedgewood #477196

RGB

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

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

 BLUE value IS 150 (58.98% from 255) = 44.91%

R = 21.26%
G = 33.83%
B = 44.91%

CMYK

 C value IS 0.53

 M value IS 0.25

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#477196 (or 0x477196) is known color: Wedgewood. HEX triplet: 47, 71 and 96. RGB value is (71,113,150). Sum of RGB (Red+Green+Blue) = 71+113+150=334 (44% of max value = 765). Red value is 71 (28.12% from 255 or 21.26% from 334); Green value is 113 (44.53% from 255 or 33.83% from 334); Blue value is 150 (58.98% from 255 or 44.91% from 334); Max value from RGB is 150 - color contains mainly: blue. Hex color #477196 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #477196 is #B88E69. Grayscale: #686868. Windows color (decimal): -12095082 or 9859399. OLE color: 9859399.

HSL color Cylindrical-coordinate representation of color #477196: hue angle of 208.1º degrees, saturation: 0.36, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #477196 is Cyan = 0.53, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB 71 113 150 -
CMYK 0.53 0.25 0 0.41
HSL 208.1º 0.36% 0.43% -
HSV(B) 208.1º 0.53% 0.59% -
XYZ 14.01 15.35 31.08 -
YUV 104.66 153.59 103.99 -
System Red Green Blue C M Y K H S L
Decimal 71 113 150 0.53 0.25 0 0.41 208.1 0.36 0.43
Hex 47 71 96 35 19 0 29 D0 24 2B
Octal 107 161 226 65 31 0 51 320 44 53
Binary 1000111 1110001 10010110 110101 11001 0 101001 11010000 100100 101011

Color Harmonies of #477196

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #477196

Black with #477196

Text Example


Text Example

White with #477196

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #477196; }

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

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

background-color css

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

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

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

border-color css

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

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

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