#446D90

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

Shades of Wedgewood #446D90

Tints of Wedgewood #446D90

Color information

#446D90 (or 0x446D90) is unknown color: approx Wedgewood. HEX triplet: 44, 6D and 90. RGB value is (68,109,144). Sum of RGB (Red+Green+Blue) = 68+109+144=321 (42% of max value = 765). Red value is 68 (26.95% from 255 or 21.18% from 321); Green value is 109 (42.97% from 255 or 33.96% from 321); Blue value is 144 (56.64% from 255 or 44.86% from 321); Max value from RGB is 144 - color contains mainly: blue. Hex color #446D90 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #446D90 is #BB926F. Grayscale: #646464. Windows color (decimal): -12292720 or 9465156. OLE color: 9465156.

HSL color Cylindrical-coordinate representation of color #446D90: hue angle of 207.63º degrees, saturation: 0.36, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #446D90 is Cyan = 0.53, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB68109144-
CMYK0.530.2400.44
HSL207.63º35.85%41.57%-
HSV(B)207.63º52.78%56.47%-
XYZ12.8914.1828.44-
YUV100.73152.42104.65-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 21.18%
GREEN value IS 109 (42.97% from 255) = 33.96%
BLUE value IS 144 (56.64% from 255) = 44.86%
R=21.18%
G=33.96%
B=44.86%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal681091440.530.2400.44207.6335.8541.57
Hex446D90351802Cd0242a
Octal10415522065300543204452
Binary100010011011011001000011010111000010110011010000100100101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #446D90

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(68,109,144); }

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

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

 a { background-color: rgb(68,109,144); }

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

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

 span { border-color: rgb(68,109,144); }

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