#406891

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

Shades of Wedgewood #406891

Tints of Wedgewood #406891

Color information

#406891 (or 0x406891) is unknown color: approx Wedgewood. HEX triplet: 40, 68 and 91. RGB value is (64,104,145). Sum of RGB (Red+Green+Blue) = 64+104+145=313 (41% of max value = 765). Red value is 64 (25.39% from 255 or 20.45% from 313); Green value is 104 (41.02% from 255 or 33.23% from 313); Blue value is 145 (57.03% from 255 or 46.33% from 313); Max value from RGB is 145 - color contains mainly: blue. Hex color #406891 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #406891 is #BF976E. Grayscale: #606060. Windows color (decimal): -12556143 or 9529408. OLE color: 9529408.

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

Color convert

RGB64104145-
CMYK0.560.2800.43
HSL210.37º38.76%40.98%-
HSV(B)210.37º55.86%56.86%-
XYZ12.1813.0328.66-
YUV96.71155.25104.67-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 20.45%
GREEN value IS 104 (41.02% from 255) = 33.23%
BLUE value IS 145 (57.03% from 255) = 46.33%
R=20.45%
G=33.23%
B=46.33%

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
Decimal641041450.560.2800.43210.3738.7640.98
Hex406891381C02Bd22729
Octal10015022170340533224751
Binary100000011010001001000111100011100010101111010010100111101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #406891

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #406891; }

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

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

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

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

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

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

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

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