#40688E

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

Shades of Wedgewood #40688E

Tints of Wedgewood #40688E

Color information

#40688E (or 0x40688E) is unknown color: approx Wedgewood. HEX triplet: 40, 68 and 8E. RGB value is (64,104,142). Sum of RGB (Red+Green+Blue) = 64+104+142=310 (41% of max value = 765). Red value is 64 (25.39% from 255 or 20.65% from 310); Green value is 104 (41.02% from 255 or 33.55% from 310); Blue value is 142 (55.86% from 255 or 45.81% from 310); Max value from RGB is 142 - color contains mainly: blue. Hex color #40688E is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #40688E is #BF9771. Grayscale: #606060. Windows color (decimal): -12556146 or 9332800. OLE color: 9332800.

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

Color convert

RGB64104142-
CMYK0.550.2700.44
HSL209.23º37.86%40.39%-
HSV(B)209.23º54.93%55.69%-
XYZ11.9512.9427.46-
YUV96.37153.75104.91-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 20.65%
GREEN value IS 104 (41.02% from 255) = 33.55%
BLUE value IS 142 (55.86% from 255) = 45.81%
R=20.65%
G=33.55%
B=45.81%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal641041420.550.2700.44209.2337.8640.39
Hex40688E371B02Cd12628
Octal10015021667330543214650
Binary100000011010001000111011011111011010110011010001100110101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #40688E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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