#406887

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

Shades of Wedgewood #406887

Tints of Wedgewood #406887

Color information

#406887 (or 0x406887) is unknown color: approx Wedgewood. HEX triplet: 40, 68 and 87. RGB value is (64,104,135). Sum of RGB (Red+Green+Blue) = 64+104+135=303 (40% of max value = 765). Red value is 64 (25.39% from 255 or 21.12% from 303); Green value is 104 (41.02% from 255 or 34.32% from 303); Blue value is 135 (53.12% from 255 or 44.55% from 303); Max value from RGB is 135 - color contains mainly: blue. Hex color #406887 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #406887 is #BF9778. Grayscale: #5F5F5F. Windows color (decimal): -12556153 or 8874048. OLE color: 8874048.

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

Color convert

RGB64104135-
CMYK0.530.2300.47
HSL206.2º35.68%39.02%-
HSV(B)206.2º52.59%52.94%-
XYZ11.4412.7424.78-
YUV95.57150.25105.48-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 21.12%
GREEN value IS 104 (41.02% from 255) = 34.32%
BLUE value IS 135 (53.12% from 255) = 44.55%
R=21.12%
G=34.32%
B=44.55%

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
Decimal641041350.530.2300.47206.235.6839.02
Hex406887351702Fce2427
Octal10015020765270573164447
Binary100000011010001000011111010110111010111111001110100100100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #406887

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #406887; }

 p { color: rgb(64,104,135); }

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

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

 a { background-color: rgb(64,104,135); }

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

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

 span { border-color: rgb(64,104,135); }

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