#446591

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

Shades of Wedgewood #446591

Tints of Wedgewood #446591

Color information

#446591 (or 0x446591) is unknown color: approx Wedgewood. HEX triplet: 44, 65 and 91. RGB value is (68,101,145). Sum of RGB (Red+Green+Blue) = 68+101+145=314 (41% of max value = 765). Red value is 68 (26.95% from 255 or 21.66% from 314); Green value is 101 (39.84% from 255 or 32.17% from 314); Blue value is 145 (57.03% from 255 or 46.18% from 314); Max value from RGB is 145 - color contains mainly: blue. Hex color #446591 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #446591 is #BB9A6E. Grayscale: #5F5F5F. Windows color (decimal): -12294767 or 9528644. OLE color: 9528644.

HSL color Cylindrical-coordinate representation of color #446591: hue angle of 214.29º 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 #446591 is Cyan = 0.53, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB68101145-
CMYK0.530.3000.43
HSL214.29º36.15%41.76%-
HSV(B)214.29º53.1%56.86%-
XYZ12.1512.5828.58-
YUV96.15155.57107.92-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 21.66%
GREEN value IS 101 (39.84% from 255) = 32.17%
BLUE value IS 145 (57.03% from 255) = 46.18%
R=21.66%
G=32.17%
B=46.18%

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
Decimal681011450.530.3000.43214.2936.1541.76
Hex446591351E02Bd6242a
Octal10414522165360533264452
Binary100010011001011001000111010111110010101111010110100100101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #446591

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #446591; }

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

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

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

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

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

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

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

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