Html Css Color HEX #476986 Wedgewood

📋 copy color: '#476986'

red 71 ◦ green 105 ◦ blue 134

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

Shades of Wedgewood #476986

Tints of Wedgewood #476986

RGB

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

 GREEN value IS 105 (41.41% from 255) = 33.87%

 BLUE value IS 134 (52.73% from 255) = 43.23%

R = 22.9%
G = 33.87%
B = 43.23%

CMYK

 C value IS 0.47

 M value IS 0.22

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#476986 (or 0x476986) is known color: Wedgewood. HEX triplet: 47, 69 and 86. RGB value is (71,105,134). Sum of RGB (Red+Green+Blue) = 71+105+134=310 (41% of max value = 765). Red value is 71 (28.12% from 255 or 22.90% from 310); Green value is 105 (41.41% from 255 or 33.87% from 310); Blue value is 134 (52.73% from 255 or 43.23% from 310); Max value from RGB is 134 - color contains mainly: blue. Hex color #476986 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #476986 is #B89679. Grayscale: #616161. Windows color (decimal): -12097146 or 8808775. OLE color: 8808775.

HSL color Cylindrical-coordinate representation of color #476986: hue angle of 207.62º degrees, saturation: 0.31, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #476986 is Cyan = 0.47, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB 71 105 134 -
CMYK 0.47 0.22 0 0.47
HSL 207.62º 0.31% 0.4% -
HSV(B) 207.62º 0.47% 0.53% -
XYZ 11.95 13.16 24.47 -
YUV 98.14 148.24 108.64 -
System Red Green Blue C M Y K H S L
Decimal 71 105 134 0.47 0.22 0 0.47 207.62 0.31 0.4
Hex 47 69 86 2F 16 0 2F D0 1F 28
Octal 107 151 206 57 26 0 57 320 37 50
Binary 1000111 1101001 10000110 101111 10110 0 101111 11010000 11111 101000

Color Harmonies of #476986

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #476986

Black with #476986

Text Example


Text Example

White with #476986

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #476986; }

 p { color: rgb(71,105,134); }

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

background-color css

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

 a { background-color: rgb(71,105,134); }

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

border-color css

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

 span { border-color: rgb(71,105,134); }

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