#40618C

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

Shades of Wedgewood #40618C

Tints of Wedgewood #40618C

Color information

#40618C (or 0x40618C) is unknown color: approx Wedgewood. HEX triplet: 40, 61 and 8C. RGB value is (64,97,140). Sum of RGB (Red+Green+Blue) = 64+97+140=301 (39% of max value = 765). Red value is 64 (25.39% from 255 or 21.26% from 301); Green value is 97 (38.28% from 255 or 32.23% from 301); Blue value is 140 (55.08% from 255 or 46.51% from 301); Max value from RGB is 140 - color contains mainly: blue. Hex color #40618C is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #40618C is #BF9E73. Grayscale: #5B5B5B. Windows color (decimal): -12557940 or 9199936. OLE color: 9199936.

HSL color Cylindrical-coordinate representation of color #40618C: hue angle of 213.95º 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 #40618C is Cyan = 0.54, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB6497140-
CMYK0.540.3100.45
HSL213.95º37.25%40%-
HSV(B)213.95º54.29%54.9%-
XYZ11.1211.5326.45-
YUV92.04155.07108-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 21.26%
GREEN value IS 97 (38.28% from 255) = 32.23%
BLUE value IS 140 (55.08% from 255) = 46.51%
R=21.26%
G=32.23%
B=46.51%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal64971400.540.3100.45213.9537.2540
Hex40618C361F02Dd62528
Octal10014121466370553264550
Binary100000011000011000110011011011111010110111010110100101101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #40618C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #40618C; }

 p { color: rgb(64,97,140); }

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

<style>
 a { background-color: #40618C; }

 a { background-color: rgb(64,97,140); }

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

<style>
 span { border-color: #40618C; }

 span { border-color: rgb(64,97,140); }

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