#446790

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

Shades of Wedgewood #446790

Tints of Wedgewood #446790

Color information

#446790 (or 0x446790) is unknown color: approx Wedgewood. HEX triplet: 44, 67 and 90. RGB value is (68,103,144). Sum of RGB (Red+Green+Blue) = 68+103+144=315 (41% of max value = 765). Red value is 68 (26.95% from 255 or 21.59% from 315); Green value is 103 (40.62% from 255 or 32.70% from 315); Blue value is 144 (56.64% from 255 or 45.71% from 315); Max value from RGB is 144 - color contains mainly: blue. Hex color #446790 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #446790 is #BB986F. Grayscale: #616161. Windows color (decimal): -12294256 or 9463620. OLE color: 9463620.

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

Color convert

RGB68103144-
CMYK0.530.2800.44
HSL212.37º35.85%41.57%-
HSV(B)212.37º52.78%56.47%-
XYZ12.2712.9428.24-
YUV97.21154.4107.17-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 21.59%
GREEN value IS 103 (40.62% from 255) = 32.70%
BLUE value IS 144 (56.64% from 255) = 45.71%
R=21.59%
G=32.70%
B=45.71%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal681031440.530.2800.44212.3735.8541.57
Hex446790351C02Cd4242a
Octal10414722065340543244452
Binary100010011001111001000011010111100010110011010100100100101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #446790

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #446790; }

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

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

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

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

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

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

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

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