#40688D

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

Shades of Wedgewood #40688D

Tints of Wedgewood #40688D

Color information

#40688D (or 0x40688D) is unknown color: approx Wedgewood. HEX triplet: 40, 68 and 8D. RGB value is (64,104,141). Sum of RGB (Red+Green+Blue) = 64+104+141=309 (40% of max value = 765). Red value is 64 (25.39% from 255 or 20.71% from 309); Green value is 104 (41.02% from 255 or 33.66% from 309); Blue value is 141 (55.47% from 255 or 45.63% from 309); Max value from RGB is 141 - color contains mainly: blue. Hex color #40688D is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #40688D is #BF9772. Grayscale: #606060. Windows color (decimal): -12556147 or 9267264. OLE color: 9267264.

HSL color Cylindrical-coordinate representation of color #40688D: hue angle of 208.83º 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 #40688D is Cyan = 0.55, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB64104141-
CMYK0.550.2600.45
HSL208.83º37.56%40.2%-
HSV(B)208.83º54.61%55.29%-
XYZ11.8712.9127.07-
YUV96.26153.25104.99-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 20.71%
GREEN value IS 104 (41.02% from 255) = 33.66%
BLUE value IS 141 (55.47% from 255) = 45.63%
R=20.71%
G=33.66%
B=45.63%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal641041410.550.2600.45208.8337.5640.2
Hex40688D371A02Dd12628
Octal10015021567320553214650
Binary100000011010001000110111011111010010110111010001100110101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #40688D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #40688D; }

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

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

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

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

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

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

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

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