#446c90

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

Shades of Wedgewood #446C90

Tints of Wedgewood #446C90

Color information

#446C90 (or 0x446C90) is unknown color: approx Wedgewood. HEX triplet: 44, 6C and 90. RGB value is (68,108,144). Sum of RGB (Red+Green+Blue) = 68+108+144=320 (42% of max value = 765). Red value is 68 (26.95% from 255 or 21.25% from 320); Green value is 108 (42.58% from 255 or 33.75% from 320); Blue value is 144 (56.64% from 255 or 45% from 320); Max value from RGB is 144 - color contains mainly: blue. Hex color #446C90 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #446C90 is #BB936F. Grayscale: #636363. Windows color (decimal): -12292976 or 9464900. OLE color: 9464900.

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

Color convert

RGB68108144-
CMYK0.530.2500.44
HSL208.42º35.85%41.57%-
HSV(B)208.42º52.78%56.47%-
XYZ12.7813.9728.41-
YUV100.14152.75105.07-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 21.25%
GREEN value IS 108 (42.58% from 255) = 33.75%
BLUE value IS 144 (56.64% from 255) = 45%
R=21.25%
G=33.75%
B=45%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal681081440.530.2500.44208.4235.8541.57
Hex446C90351902Cd0242a
Octal10415422065310543204452
Binary100010011011001001000011010111001010110011010000100100101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #446c90

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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