#40648E

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

Shades of Wedgewood #40648E

Tints of Wedgewood #40648E

Color information

#40648E (or 0x40648E) is unknown color: approx Wedgewood. HEX triplet: 40, 64 and 8E. RGB value is (64,100,142). Sum of RGB (Red+Green+Blue) = 64+100+142=306 (40% of max value = 765). Red value is 64 (25.39% from 255 or 20.92% from 306); Green value is 100 (39.45% from 255 or 32.68% from 306); Blue value is 142 (55.86% from 255 or 46.41% from 306); Max value from RGB is 142 - color contains mainly: blue. Hex color #40648E is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #40648E is #BF9B71. Grayscale: #5D5D5D. Windows color (decimal): -12557170 or 9331776. OLE color: 9331776.

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

Color convert

RGB64100142-
CMYK0.550.3000.44
HSL212.31º37.86%40.39%-
HSV(B)212.31º54.93%55.69%-
XYZ11.5512.1627.33-
YUV94.02155.07106.58-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 20.92%
GREEN value IS 100 (39.45% from 255) = 32.68%
BLUE value IS 142 (55.86% from 255) = 46.41%
R=20.92%
G=32.68%
B=46.41%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal641001420.550.3000.44212.3137.8640.39
Hex40648E371E02Cd42628
Octal10014421667360543244650
Binary100000011001001000111011011111110010110011010100100110101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #40648E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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