Html Css Color HEX #476F91 Wedgewood

📋 copy color: '#476F91'

red 71 ◦ green 111 ◦ blue 145

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

Shades of Wedgewood #476F91

Tints of Wedgewood #476F91

RGB

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

 GREEN value IS 111 (43.75% from 255) = 33.94%

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

R = 21.71%
G = 33.94%
B = 44.34%

CMYK

 C value IS 0.51

 M value IS 0.23

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#476F91 (or 0x476F91) is known color: Wedgewood. HEX triplet: 47, 6F and 91. RGB value is (71,111,145). Sum of RGB (Red+Green+Blue) = 71+111+145=327 (43% of max value = 765). Red value is 71 (28.12% from 255 or 21.71% from 327); Green value is 111 (43.75% from 255 or 33.94% from 327); Blue value is 145 (57.03% from 255 or 44.34% from 327); Max value from RGB is 145 - color contains mainly: blue. Hex color #476F91 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #476F91 is #B8906E. Grayscale: #666666. Windows color (decimal): -12095599 or 9531207. OLE color: 9531207.

HSL color Cylindrical-coordinate representation of color #476F91: hue angle of 207.57º 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 #476F91 is Cyan = 0.51, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB 71 111 145 -
CMYK 0.51 0.23 0 0.43
HSL 207.57º 0.34% 0.42% -
HSV(B) 207.57º 0.51% 0.57% -
XYZ 13.39 14.75 28.93 -
YUV 102.92 151.75 105.24 -
System Red Green Blue C M Y K H S L
Decimal 71 111 145 0.51 0.23 0 0.43 207.57 0.34 0.42
Hex 47 6F 91 33 17 0 2B D0 22 2A
Octal 107 157 221 63 27 0 53 320 42 52
Binary 1000111 1101111 10010001 110011 10111 0 101011 11010000 100010 101010

Color Harmonies of #476F91

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #476F91

Black with #476F91

Text Example


Text Example

White with #476F91

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #476F91; }

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

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

background-color css

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

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

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

border-color css

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

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

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