#40668D

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

Shades of Wedgewood #40668D

Tints of Wedgewood #40668D

Color information

#40668D (or 0x40668D) is unknown color: approx Wedgewood. HEX triplet: 40, 66 and 8D. RGB value is (64,102,141). Sum of RGB (Red+Green+Blue) = 64+102+141=307 (40% of max value = 765). Red value is 64 (25.39% from 255 or 20.85% from 307); Green value is 102 (40.23% from 255 or 33.22% from 307); Blue value is 141 (55.47% from 255 or 45.93% from 307); Max value from RGB is 141 - color contains mainly: blue. Hex color #40668D is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #40668D is #BF9972. Grayscale: #5E5E5E. Windows color (decimal): -12556659 or 9266752. OLE color: 9266752.

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

Color convert

RGB64102141-
CMYK0.550.2800.45
HSL210.39º37.56%40.2%-
HSV(B)210.39º54.61%55.29%-
XYZ11.6712.5227-
YUV95.08153.91105.83-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 20.85%
GREEN value IS 102 (40.23% from 255) = 33.22%
BLUE value IS 141 (55.47% from 255) = 45.93%
R=20.85%
G=33.22%
B=45.93%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal641021410.550.2800.45210.3937.5640.2
Hex40668D371C02Dd22628
Octal10014621567340553224650
Binary100000011001101000110111011111100010110111010010100110101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #40668D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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