#406683

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

Shades of Wedgewood #406683

Tints of Wedgewood #406683

Color information

#406683 (or 0x406683) is unknown color: approx Wedgewood. HEX triplet: 40, 66 and 83. RGB value is (64,102,131). Sum of RGB (Red+Green+Blue) = 64+102+131=297 (39% of max value = 765). Red value is 64 (25.39% from 255 or 21.55% from 297); Green value is 102 (40.23% from 255 or 34.34% from 297); Blue value is 131 (51.56% from 255 or 44.11% from 297); Max value from RGB is 131 - color contains mainly: blue. Hex color #406683 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #406683 is #BF997C. Grayscale: #5D5D5D. Windows color (decimal): -12556669 or 8611392. OLE color: 8611392.

HSL color Cylindrical-coordinate representation of color #406683: hue angle of 205.97º degrees, saturation: 0.34, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #406683 is Cyan = 0.51, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB64102131-
CMYK0.510.2200.49
HSL205.97º34.36%38.24%-
HSV(B)205.97º51.15%51.37%-
XYZ10.9612.2323.26-
YUV93.94148.91106.64-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 21.55%
GREEN value IS 102 (40.23% from 255) = 34.34%
BLUE value IS 131 (51.56% from 255) = 44.11%
R=21.55%
G=34.34%
B=44.11%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal641021310.510.2200.49205.9734.3638.24
Hex4066833316031ce2226
Octal10014620363260613164246
Binary100000011001101000001111001110110011000111001110100010100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #406683

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #406683; }

 p { color: rgb(64,102,131); }

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

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

 a { background-color: rgb(64,102,131); }

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

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

 span { border-color: rgb(64,102,131); }

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