#406689

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

Shades of Wedgewood #406689

Tints of Wedgewood #406689

Color information

#406689 (or 0x406689) is unknown color: approx Wedgewood. HEX triplet: 40, 66 and 89. RGB value is (64,102,137). Sum of RGB (Red+Green+Blue) = 64+102+137=303 (40% of max value = 765). Red value is 64 (25.39% from 255 or 21.12% from 303); Green value is 102 (40.23% from 255 or 33.66% from 303); Blue value is 137 (53.91% from 255 or 45.21% from 303); Max value from RGB is 137 - color contains mainly: blue. Hex color #406689 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #406689 is #BF9976. Grayscale: #5E5E5E. Windows color (decimal): -12556663 or 9004608. OLE color: 9004608.

HSL color Cylindrical-coordinate representation of color #406689: hue angle of 208.77º degrees, saturation: 0.36, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #406689 is Cyan = 0.53, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB64102137-
CMYK0.530.2600.46
HSL208.77º36.32%39.41%-
HSV(B)208.77º53.28%53.73%-
XYZ11.3812.425.46-
YUV94.63151.91106.15-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 21.12%
GREEN value IS 102 (40.23% from 255) = 33.66%
BLUE value IS 137 (53.91% from 255) = 45.21%
R=21.12%
G=33.66%
B=45.21%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal641021370.530.2600.46208.7736.3239.41
Hex406689351A02Ed12427
Octal10014621165320563214447
Binary100000011001101000100111010111010010111011010001100100100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #406689

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #406689; }

 p { color: rgb(64,102,137); }

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

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

 a { background-color: rgb(64,102,137); }

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

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

 span { border-color: rgb(64,102,137); }

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