#406989

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

Shades of Wedgewood #406989

Tints of Wedgewood #406989

Color information

#406989 (or 0x406989) is unknown color: approx Wedgewood. HEX triplet: 40, 69 and 89. RGB value is (64,105,137). Sum of RGB (Red+Green+Blue) = 64+105+137=306 (40% of max value = 765). Red value is 64 (25.39% from 255 or 20.92% from 306); Green value is 105 (41.41% from 255 or 34.31% from 306); Blue value is 137 (53.91% from 255 or 44.77% from 306); Max value from RGB is 137 - color contains mainly: blue. Hex color #406989 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #406989 is #BF9676. Grayscale: #606060. Windows color (decimal): -12555895 or 9005376. OLE color: 9005376.

HSL color Cylindrical-coordinate representation of color #406989: hue angle of 206.3º 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 #406989 is Cyan = 0.53, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB64105137-
CMYK0.530.2300.46
HSL206.3º36.32%39.41%-
HSV(B)206.3º53.28%53.73%-
XYZ11.681325.56-
YUV96.39150.92104.9-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 20.92%
GREEN value IS 105 (41.41% from 255) = 34.31%
BLUE value IS 137 (53.91% from 255) = 44.77%
R=20.92%
G=34.31%
B=44.77%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal641051370.530.2300.46206.336.3239.41
Hex406989351702Ece2427
Octal10015121165270563164447
Binary100000011010011000100111010110111010111011001110100100100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #406989

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #406989; }

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

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

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

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

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

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

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

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