#40648B

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

Shades of Wedgewood #40648B

Tints of Wedgewood #40648B

Color information

#40648B (or 0x40648B) is unknown color: approx Wedgewood. HEX triplet: 40, 64 and 8B. RGB value is (64,100,139). Sum of RGB (Red+Green+Blue) = 64+100+139=303 (40% of max value = 765). Red value is 64 (25.39% from 255 or 21.12% from 303); Green value is 100 (39.45% from 255 or 33.00% from 303); Blue value is 139 (54.69% from 255 or 45.87% from 303); Max value from RGB is 139 - color contains mainly: blue. Hex color #40648B is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #40648B is #BF9B74. Grayscale: #5D5D5D. Windows color (decimal): -12557173 or 9135168. OLE color: 9135168.

HSL color Cylindrical-coordinate representation of color #40648B: hue angle of 211.2º degrees, saturation: 0.37, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #40648B is Cyan = 0.54, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB64100139-
CMYK0.540.2800.45
HSL211.2º36.95%39.8%-
HSV(B)211.2º53.96%54.51%-
XYZ11.3312.0726.16-
YUV93.68153.57106.83-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 21.12%
GREEN value IS 100 (39.45% from 255) = 33.00%
BLUE value IS 139 (54.69% from 255) = 45.87%
R=21.12%
G=33.00%
B=45.87%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal641001390.540.2800.45211.236.9539.8
Hex40648B361C02Dd32528
Octal10014421366340553234550
Binary100000011001001000101111011011100010110111010011100101101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #40648B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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