#40648D

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

Shades of Wedgewood #40648D

Tints of Wedgewood #40648D

Color information

#40648D (or 0x40648D) is unknown color: approx Wedgewood. HEX triplet: 40, 64 and 8D. RGB value is (64,100,141). Sum of RGB (Red+Green+Blue) = 64+100+141=305 (40% of max value = 765). Red value is 64 (25.39% from 255 or 20.98% from 305); Green value is 100 (39.45% from 255 or 32.79% from 305); Blue value is 141 (55.47% from 255 or 46.23% from 305); Max value from RGB is 141 - color contains mainly: blue. Hex color #40648D is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #40648D is #BF9B72. Grayscale: #5D5D5D. Windows color (decimal): -12557171 or 9266240. OLE color: 9266240.

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

Color convert

RGB64100141-
CMYK0.550.2900.45
HSL211.95º37.56%40.2%-
HSV(B)211.95º54.61%55.29%-
XYZ11.4812.1326.94-
YUV93.91154.57106.67-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 20.98%
GREEN value IS 100 (39.45% from 255) = 32.79%
BLUE value IS 141 (55.47% from 255) = 46.23%
R=20.98%
G=32.79%
B=46.23%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal641001410.550.2900.45211.9537.5640.2
Hex40648D371D02Dd42628
Octal10014421567350553244650
Binary100000011001001000110111011111101010110111010100100110101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #40648D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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