#406287

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

Shades of Wedgewood #406287

Tints of Wedgewood #406287

Color information

#406287 (or 0x406287) is unknown color: approx Wedgewood. HEX triplet: 40, 62 and 87. RGB value is (64,98,135). Sum of RGB (Red+Green+Blue) = 64+98+135=297 (39% of max value = 765). Red value is 64 (25.39% from 255 or 21.55% from 297); Green value is 98 (38.67% from 255 or 33.00% from 297); Blue value is 135 (53.12% from 255 or 45.45% from 297); Max value from RGB is 135 - color contains mainly: blue. Hex color #406287 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #406287 is #BF9D78. Grayscale: #5B5B5B. Windows color (decimal): -12557689 or 8872512. OLE color: 8872512.

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

Color convert

RGB6498135-
CMYK0.530.2700.47
HSL211.27º35.68%39.02%-
HSV(B)211.27º52.59%52.94%-
XYZ10.8611.5724.58-
YUV92.05152.24107.99-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 21.55%
GREEN value IS 98 (38.67% from 255) = 33.00%
BLUE value IS 135 (53.12% from 255) = 45.45%
R=21.55%
G=33.00%
B=45.45%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal64981350.530.2700.47211.2735.6839.02
Hex406287351B02Fd32427
Octal10014220765330573234447
Binary100000011000101000011111010111011010111111010011100100100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #406287

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #406287; }

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

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

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

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

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

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

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

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