#40668A

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

Shades of Wedgewood #40668A

Tints of Wedgewood #40668A

Color information

#40668A (or 0x40668A) is unknown color: approx Wedgewood. HEX triplet: 40, 66 and 8A. RGB value is (64,102,138). Sum of RGB (Red+Green+Blue) = 64+102+138=304 (40% of max value = 765). Red value is 64 (25.39% from 255 or 21.05% from 304); Green value is 102 (40.23% from 255 or 33.55% from 304); Blue value is 138 (54.30% from 255 or 45.39% from 304); Max value from RGB is 138 - color contains mainly: blue. Hex color #40668A is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #40668A is #BF9975. Grayscale: #5E5E5E. Windows color (decimal): -12556662 or 9070144. OLE color: 9070144.

HSL color Cylindrical-coordinate representation of color #40668A: hue angle of 209.19º degrees, saturation: 0.37, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #40668A is Cyan = 0.54, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB64102138-
CMYK0.540.2600.46
HSL209.19º36.63%39.61%-
HSV(B)209.19º53.62%54.12%-
XYZ11.4512.4325.84-
YUV94.74152.41106.07-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 21.05%
GREEN value IS 102 (40.23% from 255) = 33.55%
BLUE value IS 138 (54.30% from 255) = 45.39%
R=21.05%
G=33.55%
B=45.39%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal641021380.540.2600.46209.1936.6339.61
Hex40668A361A02Ed12528
Octal10014621266320563214550
Binary100000011001101000101011011011010010111011010001100101101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #40668A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #40668A; }

 p { color: rgb(64,102,138); }

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

<style>
 a { background-color: #40668A; }

 a { background-color: rgb(64,102,138); }

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

<style>
 span { border-color: #40668A; }

 span { border-color: rgb(64,102,138); }

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