#406787

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

Shades of Wedgewood #406787

Tints of Wedgewood #406787

Color information

#406787 (or 0x406787) is unknown color: approx Wedgewood. HEX triplet: 40, 67 and 87. RGB value is (64,103,135). Sum of RGB (Red+Green+Blue) = 64+103+135=302 (40% of max value = 765). Red value is 64 (25.39% from 255 or 21.19% from 302); Green value is 103 (40.62% from 255 or 34.11% from 302); Blue value is 135 (53.12% from 255 or 44.70% from 302); Max value from RGB is 135 - color contains mainly: blue. Hex color #406787 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #406787 is #BF9878. Grayscale: #5E5E5E. Windows color (decimal): -12556409 or 8873792. OLE color: 8873792.

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

Color convert

RGB64103135-
CMYK0.530.2400.47
HSL207.04º35.68%39.02%-
HSV(B)207.04º52.59%52.94%-
XYZ11.3412.5424.74-
YUV94.99150.58105.9-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 21.19%
GREEN value IS 103 (40.62% from 255) = 34.11%
BLUE value IS 135 (53.12% from 255) = 44.70%
R=21.19%
G=34.11%
B=44.70%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal641031350.530.2400.47207.0435.6839.02
Hex406787351802Fcf2427
Octal10014720765300573174447
Binary100000011001111000011111010111000010111111001111100100100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #406787

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #406787; }

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

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

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

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

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

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

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

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