#406B8E

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

Shades of Wedgewood #406B8E

Tints of Wedgewood #406B8E

Color information

#406B8E (or 0x406B8E) is unknown color: approx Wedgewood. HEX triplet: 40, 6B and 8E. RGB value is (64,107,142). Sum of RGB (Red+Green+Blue) = 64+107+142=313 (41% of max value = 765). Red value is 64 (25.39% from 255 or 20.45% from 313); Green value is 107 (42.19% from 255 or 34.19% from 313); Blue value is 142 (55.86% from 255 or 45.37% from 313); Max value from RGB is 142 - color contains mainly: blue. Hex color #406B8E is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #406B8E is #BF9471. Grayscale: #616161. Windows color (decimal): -12555378 or 9333568. OLE color: 9333568.

HSL color Cylindrical-coordinate representation of color #406B8E: hue angle of 206.92º degrees, saturation: 0.38, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #406B8E is Cyan = 0.55, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB64107142-
CMYK0.550.2500.44
HSL206.92º37.86%40.39%-
HSV(B)206.92º54.93%55.69%-
XYZ12.2513.5627.56-
YUV98.13152.75103.65-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 20.45%
GREEN value IS 107 (42.19% from 255) = 34.19%
BLUE value IS 142 (55.86% from 255) = 45.37%
R=20.45%
G=34.19%
B=45.37%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal641071420.550.2500.44206.9237.8640.39
Hex406B8E371902Ccf2628
Octal10015321667310543174650
Binary100000011010111000111011011111001010110011001111100110101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #406B8E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #406B8E; }

 p { color: rgb(64,107,142); }

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

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

 a { background-color: rgb(64,107,142); }

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

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

 span { border-color: rgb(64,107,142); }

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