#406990

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

Shades of Wedgewood #406990

Tints of Wedgewood #406990

Color information

#406990 (or 0x406990) is unknown color: approx Wedgewood. HEX triplet: 40, 69 and 90. RGB value is (64,105,144). Sum of RGB (Red+Green+Blue) = 64+105+144=313 (41% of max value = 765). Red value is 64 (25.39% from 255 or 20.45% from 313); Green value is 105 (41.41% from 255 or 33.55% from 313); Blue value is 144 (56.64% from 255 or 46.01% from 313); Max value from RGB is 144 - color contains mainly: blue. Hex color #406990 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #406990 is #BF966F. Grayscale: #606060. Windows color (decimal): -12555888 or 9464128. OLE color: 9464128.

HSL color Cylindrical-coordinate representation of color #406990: hue angle of 209.25º degrees, saturation: 0.38, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #406990 is Cyan = 0.56, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB64105144-
CMYK0.560.2700.44
HSL209.25º38.46%40.78%-
HSV(B)209.25º55.56%56.47%-
XYZ12.213.2128.29-
YUV97.19154.42104.33-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 20.45%
GREEN value IS 105 (41.41% from 255) = 33.55%
BLUE value IS 144 (56.64% from 255) = 46.01%
R=20.45%
G=33.55%
B=46.01%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal641051440.560.2700.44209.2538.4640.78
Hex406990381B02Cd12629
Octal10015122070330543214651
Binary100000011010011001000011100011011010110011010001100110101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #406990

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #406990; }

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

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

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

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

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

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

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

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