#446886

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

Shades of Wedgewood #446886

Tints of Wedgewood #446886

Color information

#446886 (or 0x446886) is unknown color: approx Wedgewood. HEX triplet: 44, 68 and 86. RGB value is (68,104,134). Sum of RGB (Red+Green+Blue) = 68+104+134=306 (40% of max value = 765). Red value is 68 (26.95% from 255 or 22.22% from 306); Green value is 104 (41.02% from 255 or 33.99% from 306); Blue value is 134 (52.73% from 255 or 43.79% from 306); Max value from RGB is 134 - color contains mainly: blue. Hex color #446886 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #446886 is #BB9779. Grayscale: #606060. Windows color (decimal): -12294010 or 8808516. OLE color: 8808516.

HSL color Cylindrical-coordinate representation of color #446886: hue angle of 207.27º degrees, saturation: 0.33, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #446886 is Cyan = 0.49, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB68104134-
CMYK0.490.2200.47
HSL207.27º32.67%39.61%-
HSV(B)207.27º49.25%52.55%-
XYZ11.6412.8524.42-
YUV96.66149.07107.56-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 22.22%
GREEN value IS 104 (41.02% from 255) = 33.99%
BLUE value IS 134 (52.73% from 255) = 43.79%
R=22.22%
G=33.99%
B=43.79%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal681041340.490.2200.47207.2732.6739.61
Hex446886311602Fcf2128
Octal10415020661260573174150
Binary100010011010001000011011000110110010111111001111100001101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #446886

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #446886; }

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

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

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

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

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

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

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

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