#40688F

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

Shades of Wedgewood #40688F

Tints of Wedgewood #40688F

Color information

#40688F (or 0x40688F) is unknown color: approx Wedgewood. HEX triplet: 40, 68 and 8F. RGB value is (64,104,143). Sum of RGB (Red+Green+Blue) = 64+104+143=311 (41% of max value = 765). Red value is 64 (25.39% from 255 or 20.58% from 311); Green value is 104 (41.02% from 255 or 33.44% from 311); Blue value is 143 (56.25% from 255 or 45.98% from 311); Max value from RGB is 143 - color contains mainly: blue. Hex color #40688F is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #40688F is #BF9770. Grayscale: #606060. Windows color (decimal): -12556145 or 9398336. OLE color: 9398336.

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

Color convert

RGB64104143-
CMYK0.550.2700.44
HSL209.62º38.16%40.59%-
HSV(B)209.62º55.24%56.08%-
XYZ12.0212.9727.86-
YUV96.49154.25104.83-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 20.58%
GREEN value IS 104 (41.02% from 255) = 33.44%
BLUE value IS 143 (56.25% from 255) = 45.98%
R=20.58%
G=33.44%
B=45.98%

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
Decimal641041430.550.2700.44209.6238.1640.59
Hex40688F371B02Cd22629
Octal10015021767330543224651
Binary100000011010001000111111011111011010110011010010100110101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #40688F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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