#446C91

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

Shades of Wedgewood #446C91

Tints of Wedgewood #446C91

Color information

#446C91 (or 0x446C91) is unknown color: approx Wedgewood. HEX triplet: 44, 6C and 91. RGB value is (68,108,145). Sum of RGB (Red+Green+Blue) = 68+108+145=321 (42% of max value = 765). Red value is 68 (26.95% from 255 or 21.18% from 321); Green value is 108 (42.58% from 255 or 33.64% from 321); Blue value is 145 (57.03% from 255 or 45.17% from 321); Max value from RGB is 145 - color contains mainly: blue. Hex color #446C91 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #446C91 is #BB936E. Grayscale: #646464. Windows color (decimal): -12292975 or 9530436. OLE color: 9530436.

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

Color convert

RGB68108145-
CMYK0.530.2600.43
HSL208.83º36.15%41.76%-
HSV(B)208.83º53.1%56.86%-
XYZ12.861428.81-
YUV100.26153.25104.99-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 21.18%
GREEN value IS 108 (42.58% from 255) = 33.64%
BLUE value IS 145 (57.03% from 255) = 45.17%
R=21.18%
G=33.64%
B=45.17%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal681081450.530.2600.43208.8336.1541.76
Hex446C91351A02Bd1242a
Octal10415422165320533214452
Binary100010011011001001000111010111010010101111010001100100101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #446C91

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #446C91; }

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

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

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

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

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

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

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

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