#406B8D

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

Shades of Wedgewood #406B8D

Tints of Wedgewood #406B8D

Color information

#406B8D (or 0x406B8D) is unknown color: approx Wedgewood. HEX triplet: 40, 6B and 8D. RGB value is (64,107,141). Sum of RGB (Red+Green+Blue) = 64+107+141=312 (41% of max value = 765). Red value is 64 (25.39% from 255 or 20.51% from 312); Green value is 107 (42.19% from 255 or 34.29% from 312); Blue value is 141 (55.47% from 255 or 45.19% from 312); Max value from RGB is 141 - color contains mainly: blue. Hex color #406B8D is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #406B8D is #BF9472. Grayscale: #616161. Windows color (decimal): -12555379 or 9268032. OLE color: 9268032.

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

Color convert

RGB64107141-
CMYK0.550.2400.45
HSL206.49º37.56%40.2%-
HSV(B)206.49º54.61%55.29%-
XYZ12.1813.5327.17-
YUV98.02152.25103.74-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 20.51%
GREEN value IS 107 (42.19% from 255) = 34.29%
BLUE value IS 141 (55.47% from 255) = 45.19%
R=20.51%
G=34.29%
B=45.19%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal641071410.550.2400.45206.4937.5640.2
Hex406B8D371802Dce2628
Octal10015321567300553164650
Binary100000011010111000110111011111000010110111001110100110101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #406B8D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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