#40658F

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

Shades of Wedgewood #40658F

Tints of Wedgewood #40658F

Color information

#40658F (or 0x40658F) is unknown color: approx Wedgewood. HEX triplet: 40, 65 and 8F. RGB value is (64,101,143). Sum of RGB (Red+Green+Blue) = 64+101+143=308 (40% of max value = 765). Red value is 64 (25.39% from 255 or 20.78% from 308); Green value is 101 (39.84% from 255 or 32.79% from 308); Blue value is 143 (56.25% from 255 or 46.43% from 308); Max value from RGB is 143 - color contains mainly: blue. Hex color #40658F is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #40658F is #BF9A70. Grayscale: #5E5E5E. Windows color (decimal): -12556913 or 9397568. OLE color: 9397568.

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

Color convert

RGB64101143-
CMYK0.550.2900.44
HSL211.9º38.16%40.59%-
HSV(B)211.9º55.24%56.08%-
XYZ11.7312.3827.76-
YUV94.72155.24106.08-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 20.78%
GREEN value IS 101 (39.84% from 255) = 32.79%
BLUE value IS 143 (56.25% from 255) = 46.43%
R=20.78%
G=32.79%
B=46.43%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal641011430.550.2900.44211.938.1640.59
Hex40658F371D02Cd42629
Octal10014521767350543244651
Binary100000011001011000111111011111101010110011010100100110101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #40658F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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