Html Css Color HEX #476891 Wedgewood

📋 copy color: '#476891'

red 71 ◦ green 104 ◦ blue 145

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

Shades of Wedgewood #476891

Tints of Wedgewood #476891

RGB

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

 GREEN value IS 104 (41.02% from 255) = 32.5%

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

R = 22.19%
G = 32.5%
B = 45.31%

CMYK

 C value IS 0.51

 M value IS 0.28

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#476891 (or 0x476891) is known color: Wedgewood. HEX triplet: 47, 68 and 91. RGB value is (71,104,145). Sum of RGB (Red+Green+Blue) = 71+104+145=320 (42% of max value = 765). Red value is 71 (28.12% from 255 or 22.19% from 320); Green value is 104 (41.02% from 255 or 32.5% from 320); Blue value is 145 (57.03% from 255 or 45.31% from 320); Max value from RGB is 145 - color contains mainly: blue. Hex color #476891 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #476891 is #B8976E. Grayscale: #626262. Windows color (decimal): -12097391 or 9529415. OLE color: 9529415.

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

Color convert

RGB 71 104 145 -
CMYK 0.51 0.28 0 0.43
HSL 213.24º 0.34% 0.42% -
HSV(B) 213.24º 0.51% 0.57% -
XYZ 12.66 13.28 28.69 -
YUV 98.81 154.07 108.17 -
System Red Green Blue C M Y K H S L
Decimal 71 104 145 0.51 0.28 0 0.43 213.24 0.34 0.42
Hex 47 68 91 33 1C 0 2B D5 22 2A
Octal 107 150 221 63 34 0 53 325 42 52
Binary 1000111 1101000 10010001 110011 11100 0 101011 11010101 100010 101010

Color Harmonies of #476891

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #476891

Black with #476891

Text Example


Text Example

White with #476891

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #476891; }

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

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

background-color css

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

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

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

border-color css

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

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

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