#446991

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

Shades of Wedgewood #446991

Tints of Wedgewood #446991

Color information

#446991 (or 0x446991) is unknown color: approx Wedgewood. HEX triplet: 44, 69 and 91. RGB value is (68,105,145). Sum of RGB (Red+Green+Blue) = 68+105+145=318 (42% of max value = 765). Red value is 68 (26.95% from 255 or 21.38% from 318); Green value is 105 (41.41% from 255 or 33.02% from 318); Blue value is 145 (57.03% from 255 or 45.60% from 318); Max value from RGB is 145 - color contains mainly: blue. Hex color #446991 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #446991 is #BB966E. Grayscale: #626262. Windows color (decimal): -12293743 or 9529668. OLE color: 9529668.

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

Color convert

RGB68105145-
CMYK0.530.2800.43
HSL211.17º36.15%41.76%-
HSV(B)211.17º53.1%56.86%-
XYZ12.5513.3828.71-
YUV98.5154.24106.25-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 21.38%
GREEN value IS 105 (41.41% from 255) = 33.02%
BLUE value IS 145 (57.03% from 255) = 45.60%
R=21.38%
G=33.02%
B=45.60%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal681051450.530.2800.43211.1736.1541.76
Hex446991351C02Bd3242a
Octal10415122165340533234452
Binary100010011010011001000111010111100010101111010011100100101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #446991

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #446991; }

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

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

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

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

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

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

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

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