#406387

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

Shades of Wedgewood #406387

Tints of Wedgewood #406387

Color information

#406387 (or 0x406387) is unknown color: approx Wedgewood. HEX triplet: 40, 63 and 87. RGB value is (64,99,135). Sum of RGB (Red+Green+Blue) = 64+99+135=298 (39% of max value = 765). Red value is 64 (25.39% from 255 or 21.48% from 298); Green value is 99 (39.06% from 255 or 33.22% from 298); Blue value is 135 (53.12% from 255 or 45.30% from 298); Max value from RGB is 135 - color contains mainly: blue. Hex color #406387 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #406387 is #BF9C78. Grayscale: #5C5C5C. Windows color (decimal): -12557433 or 8872768. OLE color: 8872768.

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

Color convert

RGB6499135-
CMYK0.530.2700.47
HSL210.42º35.68%39.02%-
HSV(B)210.42º52.59%52.94%-
XYZ10.9511.7624.62-
YUV92.64151.9107.57-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 21.48%
GREEN value IS 99 (39.06% from 255) = 33.22%
BLUE value IS 135 (53.12% from 255) = 45.30%
R=21.48%
G=33.22%
B=45.30%

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
Decimal64991350.530.2700.47210.4235.6839.02
Hex406387351B02Fd22427
Octal10014320765330573224447
Binary100000011000111000011111010111011010111111010010100100100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #406387

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #406387; }

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

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

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

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

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

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

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

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