#446891

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

Shades of Wedgewood #446891

Tints of Wedgewood #446891

Color information

#446891 (or 0x446891) is unknown color: approx Wedgewood. HEX triplet: 44, 68 and 91. RGB value is (68,104,145). Sum of RGB (Red+Green+Blue) = 68+104+145=317 (41% of max value = 765). Red value is 68 (26.95% from 255 or 21.45% from 317); Green value is 104 (41.02% from 255 or 32.81% from 317); Blue value is 145 (57.03% from 255 or 45.74% from 317); Max value from RGB is 145 - color contains mainly: blue. Hex color #446891 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #446891 is #BB976E. Grayscale: #616161. Windows color (decimal): -12293999 or 9529412. OLE color: 9529412.

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

Color convert

RGB68104145-
CMYK0.530.2800.43
HSL211.95º36.15%41.76%-
HSV(B)211.95º53.1%56.86%-
XYZ12.4513.1728.67-
YUV97.91154.57106.67-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 21.45%
GREEN value IS 104 (41.02% from 255) = 32.81%
BLUE value IS 145 (57.03% from 255) = 45.74%
R=21.45%
G=32.81%
B=45.74%

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
Decimal681041450.530.2800.43211.9536.1541.76
Hex446891351C02Bd4242a
Octal10415022165340533244452
Binary100010011010001001000111010111100010101111010100100100101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #446891

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #446891; }

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

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

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

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

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

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

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

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