#406E95

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

Shades of Wedgewood #406E95

Tints of Wedgewood #406E95

Color information

#406E95 (or 0x406E95) is unknown color: approx Wedgewood. HEX triplet: 40, 6E and 95. RGB value is (64,110,149). Sum of RGB (Red+Green+Blue) = 64+110+149=323 (42% of max value = 765). Red value is 64 (25.39% from 255 or 19.81% from 323); Green value is 110 (43.36% from 255 or 34.06% from 323); Blue value is 149 (58.59% from 255 or 46.13% from 323); Max value from RGB is 149 - color contains mainly: blue. Hex color #406E95 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #406E95 is #BF916A. Grayscale: #646464. Windows color (decimal): -12554603 or 9793088. OLE color: 9793088.

HSL color Cylindrical-coordinate representation of color #406E95: hue angle of 207.53º degrees, saturation: 0.4, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #406E95 is Cyan = 0.57, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB64110149-
CMYK0.570.2600.42
HSL207.53º39.91%41.76%-
HSV(B)207.53º57.05%58.43%-
XYZ13.1214.4130.52-
YUV100.69155.26101.83-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 19.81%
GREEN value IS 110 (43.36% from 255) = 34.06%
BLUE value IS 149 (58.59% from 255) = 46.13%
R=19.81%
G=34.06%
B=46.13%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal641101490.570.2600.42207.5339.9141.76
Hex406E95391A02Ad0282a
Octal10015622571320523205052
Binary100000011011101001010111100111010010101011010000101000101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #406E95

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #406E95; }

 p { color: rgb(64,110,149); }

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

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

 a { background-color: rgb(64,110,149); }

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

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

 span { border-color: rgb(64,110,149); }

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