#446691

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

Shades of Wedgewood #446691

Tints of Wedgewood #446691

Color information

#446691 (or 0x446691) is unknown color: approx Wedgewood. HEX triplet: 44, 66 and 91. RGB value is (68,102,145). Sum of RGB (Red+Green+Blue) = 68+102+145=315 (41% of max value = 765). Red value is 68 (26.95% from 255 or 21.59% from 315); Green value is 102 (40.23% from 255 or 32.38% from 315); Blue value is 145 (57.03% from 255 or 46.03% from 315); Max value from RGB is 145 - color contains mainly: blue. Hex color #446691 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #446691 is #BB996E. Grayscale: #606060. Windows color (decimal): -12294511 or 9528900. OLE color: 9528900.

HSL color Cylindrical-coordinate representation of color #446691: hue angle of 213.51º degrees, saturation: 0.36, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #446691 is Cyan = 0.53, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB68102145-
CMYK0.530.3000.43
HSL213.51º36.15%41.76%-
HSV(B)213.51º53.1%56.86%-
XYZ12.2512.7828.61-
YUV96.74155.24107.5-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 21.59%
GREEN value IS 102 (40.23% from 255) = 32.38%
BLUE value IS 145 (57.03% from 255) = 46.03%
R=21.59%
G=32.38%
B=46.03%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal681021450.530.3000.43213.5136.1541.76
Hex446691351E02Bd6242a
Octal10414622165360533264452
Binary100010011001101001000111010111110010101111010110100100101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #446691

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #446691; }

 p { color: rgb(68,102,145); }

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

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

 a { background-color: rgb(68,102,145); }

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

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

 span { border-color: rgb(68,102,145); }

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