#406A94

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

Shades of Wedgewood #406A94

Tints of Wedgewood #406A94

Color information

#406A94 (or 0x406A94) is unknown color: approx Wedgewood. HEX triplet: 40, 6A and 94. RGB value is (64,106,148). Sum of RGB (Red+Green+Blue) = 64+106+148=318 (42% of max value = 765). Red value is 64 (25.39% from 255 or 20.13% from 318); Green value is 106 (41.80% from 255 or 33.33% from 318); Blue value is 148 (58.20% from 255 or 46.54% from 318); Max value from RGB is 148 - color contains mainly: blue. Hex color #406A94 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #406A94 is #BF956B. Grayscale: #626262. Windows color (decimal): -12555628 or 9726528. OLE color: 9726528.

HSL color Cylindrical-coordinate representation of color #406A94: hue angle of 210º 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 #406A94 is Cyan = 0.57, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB64106148-
CMYK0.570.2800.42
HSL210º39.62%41.57%-
HSV(B)210º56.76%58.04%-
XYZ12.6113.5429.96-
YUV98.23156.09103.58-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 20.13%
GREEN value IS 106 (41.80% from 255) = 33.33%
BLUE value IS 148 (58.20% from 255) = 46.54%
R=20.13%
G=33.33%
B=46.54%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal641061480.570.2800.4221039.6241.57
Hex406A94391C02Ad2282a
Octal10015222471340523225052
Binary100000011010101001010011100111100010101011010010101000101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #406A94

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(64,106,148); }

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

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

 a { background-color: rgb(64,106,148); }

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

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

 span { border-color: rgb(64,106,148); }

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