#446884

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

Shades of Wedgewood #446884

Tints of Wedgewood #446884

Color information

#446884 (or 0x446884) is unknown color: approx Wedgewood. HEX triplet: 44, 68 and 84. RGB value is (68,104,132). Sum of RGB (Red+Green+Blue) = 68+104+132=304 (40% of max value = 765). Red value is 68 (26.95% from 255 or 22.37% from 304); Green value is 104 (41.02% from 255 or 34.21% from 304); Blue value is 132 (51.95% from 255 or 43.42% from 304); Max value from RGB is 132 - color contains mainly: blue. Hex color #446884 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #446884 is #BB977B. Grayscale: #606060. Windows color (decimal): -12294012 or 8677444. OLE color: 8677444.

HSL color Cylindrical-coordinate representation of color #446884: hue angle of 206.25º degrees, saturation: 0.32, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #446884 is Cyan = 0.48, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB68104132-
CMYK0.480.2100.48
HSL206.25º32%39.22%-
HSV(B)206.25º48.48%51.76%-
XYZ11.512.823.69-
YUV96.43148.07107.72-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 22.37%
GREEN value IS 104 (41.02% from 255) = 34.21%
BLUE value IS 132 (51.95% from 255) = 43.42%
R=22.37%
G=34.21%
B=43.42%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal681041320.480.2100.48206.253239.22
Hex4468843015030ce2027
Octal10415020460250603164047
Binary100010011010001000010011000010101011000011001110100000100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #446884

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #446884; }

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

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

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

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

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

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

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

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