#446887

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

Shades of Wedgewood #446887

Tints of Wedgewood #446887

Color information

#446887 (or 0x446887) is unknown color: approx Wedgewood. HEX triplet: 44, 68 and 87. RGB value is (68,104,135). Sum of RGB (Red+Green+Blue) = 68+104+135=307 (40% of max value = 765). Red value is 68 (26.95% from 255 or 22.15% from 307); Green value is 104 (41.02% from 255 or 33.88% from 307); Blue value is 135 (53.12% from 255 or 43.97% from 307); Max value from RGB is 135 - color contains mainly: blue. Hex color #446887 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #446887 is #BB9778. Grayscale: #606060. Windows color (decimal): -12294009 or 8874052. OLE color: 8874052.

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

Color convert

RGB68104135-
CMYK0.500.2300.47
HSL207.76º33%39.8%-
HSV(B)207.76º49.63%52.94%-
XYZ11.7112.8824.79-
YUV96.77149.57107.48-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 22.15%
GREEN value IS 104 (41.02% from 255) = 33.88%
BLUE value IS 135 (53.12% from 255) = 43.97%
R=22.15%
G=33.88%
B=43.97%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal681041350.500.2300.47207.763339.8
Hex446887321702Fd02128
Octal10415020762270573204150
Binary100010011010001000011111001010111010111111010000100001101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #446887

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #446887; }

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

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

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

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

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

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

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

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