#446490

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

Shades of Wedgewood #446490

Tints of Wedgewood #446490

Color information

#446490 (or 0x446490) is unknown color: approx Wedgewood. HEX triplet: 44, 64 and 90. RGB value is (68,100,144). Sum of RGB (Red+Green+Blue) = 68+100+144=312 (41% of max value = 765). Red value is 68 (26.95% from 255 or 21.79% from 312); Green value is 100 (39.45% from 255 or 32.05% from 312); Blue value is 144 (56.64% from 255 or 46.15% from 312); Max value from RGB is 144 - color contains mainly: blue. Hex color #446490 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #446490 is #BB9B6F. Grayscale: #5F5F5F. Windows color (decimal): -12295024 or 9462852. OLE color: 9462852.

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

Color convert

RGB68100144-
CMYK0.530.3100.44
HSL214.74º35.85%41.57%-
HSV(B)214.74º52.78%56.47%-
XYZ11.9812.3628.14-
YUV95.45155.4108.42-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 21.79%
GREEN value IS 100 (39.45% from 255) = 32.05%
BLUE value IS 144 (56.64% from 255) = 46.15%
R=21.79%
G=32.05%
B=46.15%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal681001440.530.3100.44214.7435.8541.57
Hex446490351F02Cd7242a
Octal10414422065370543274452
Binary100010011001001001000011010111111010110011010111100100101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #446490

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #446490; }

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

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

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

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

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

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

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

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