#406991

Color #406991 Wedgewood (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Wedgewood #406991

Tints of Wedgewood #406991

Color information

#406991 (or 0x406991) is unknown color: approx Wedgewood. HEX triplet: 40, 69 and 91. RGB value is (64,105,145). Sum of RGB (Red+Green+Blue) = 64+105+145=314 (41% of max value = 765). Red value is 64 (25.39% from 255 or 20.38% from 314); Green value is 105 (41.41% from 255 or 33.44% from 314); Blue value is 145 (57.03% from 255 or 46.18% from 314); Max value from RGB is 145 - color contains mainly: blue. Hex color #406991 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #406991 is #BF966E. Grayscale: #616161. Windows color (decimal): -12555887 or 9529664. OLE color: 9529664.

HSL color Cylindrical-coordinate representation of color #406991: hue angle of 209.63º degrees, saturation: 0.39, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #406991 is Cyan = 0.56, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB64105145-
CMYK0.560.2800.43
HSL209.63º38.76%40.98%-
HSV(B)209.63º55.86%56.86%-
XYZ12.2813.2428.7-
YUV97.3154.92104.25-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 20.38%
GREEN value IS 105 (41.41% from 255) = 33.44%
BLUE value IS 145 (57.03% from 255) = 46.18%
R=20.38%
G=33.44%
B=46.18%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal641051450.560.2800.43209.6338.7640.98
Hex406991381C02Bd22729
Octal10015122170340533224751
Binary100000011010011001000111100011100010101111010010100111101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #406991

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #406991; }

 p { color: rgb(64,105,145); }

 H1.HeaderClassName
 {
   color: #406991;
 }
 .AnyTagClassName
 {
   color: #406991;
 }
</style>
background-color css

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

 a { background-color: rgb(64,105,145); }

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

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

 span { border-color: rgb(64,105,145); }

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