#446990

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

Shades of Wedgewood #446990

Tints of Wedgewood #446990

Color information

#446990 (or 0x446990) is unknown color: approx Wedgewood. HEX triplet: 44, 69 and 90. RGB value is (68,105,144). Sum of RGB (Red+Green+Blue) = 68+105+144=317 (41% of max value = 765). Red value is 68 (26.95% from 255 or 21.45% from 317); Green value is 105 (41.41% from 255 or 33.12% from 317); Blue value is 144 (56.64% from 255 or 45.43% from 317); Max value from RGB is 144 - color contains mainly: blue. Hex color #446990 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #446990 is #BB966F. Grayscale: #626262. Windows color (decimal): -12293744 or 9464132. OLE color: 9464132.

HSL color Cylindrical-coordinate representation of color #446990: hue angle of 210.79º 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 #446990 is Cyan = 0.53, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB68105144-
CMYK0.530.2700.44
HSL210.79º35.85%41.57%-
HSV(B)210.79º52.78%56.47%-
XYZ12.4713.3528.3-
YUV98.38153.74106.33-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 21.45%
GREEN value IS 105 (41.41% from 255) = 33.12%
BLUE value IS 144 (56.64% from 255) = 45.43%
R=21.45%
G=33.12%
B=45.43%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal681051440.530.2700.44210.7935.8541.57
Hex446990351B02Cd3242a
Octal10415122065330543234452
Binary100010011010011001000011010111011010110011010011100100101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #446990

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #446990; }

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

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

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

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

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

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

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

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