#406988

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

Shades of Wedgewood #406988

Tints of Wedgewood #406988

Color information

#406988 (or 0x406988) is unknown color: approx Wedgewood. HEX triplet: 40, 69 and 88. RGB value is (64,105,136). Sum of RGB (Red+Green+Blue) = 64+105+136=305 (40% of max value = 765). Red value is 64 (25.39% from 255 or 20.98% from 305); Green value is 105 (41.41% from 255 or 34.43% from 305); Blue value is 136 (53.52% from 255 or 44.59% from 305); Max value from RGB is 136 - color contains mainly: blue. Hex color #406988 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #406988 is #BF9677. Grayscale: #606060. Windows color (decimal): -12555896 or 8939840. OLE color: 8939840.

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

Color convert

RGB64105136-
CMYK0.530.2300.47
HSL205.83º36%39.22%-
HSV(B)205.83º52.94%53.33%-
XYZ11.6112.9725.18-
YUV96.28150.42104.98-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 20.98%
GREEN value IS 105 (41.41% from 255) = 34.43%
BLUE value IS 136 (53.52% from 255) = 44.59%
R=20.98%
G=34.43%
B=44.59%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal641051360.530.2300.47205.833639.22
Hex406988351702Fce2427
Octal10015121065270573164447
Binary100000011010011000100011010110111010111111001110100100100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #406988

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #406988; }

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

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

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

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

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

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

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

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