#446D8E

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

Shades of Wedgewood #446D8E

Tints of Wedgewood #446D8E

Color information

#446D8E (or 0x446D8E) is unknown color: approx Wedgewood. HEX triplet: 44, 6D and 8E. RGB value is (68,109,142). Sum of RGB (Red+Green+Blue) = 68+109+142=319 (42% of max value = 765). Red value is 68 (26.95% from 255 or 21.32% from 319); Green value is 109 (42.97% from 255 or 34.17% from 319); Blue value is 142 (55.86% from 255 or 44.51% from 319); Max value from RGB is 142 - color contains mainly: blue. Hex color #446D8E is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #446D8E is #BB9271. Grayscale: #646464. Windows color (decimal): -12292722 or 9334084. OLE color: 9334084.

HSL color Cylindrical-coordinate representation of color #446D8E: hue angle of 206.76º degrees, saturation: 0.35, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #446D8E is Cyan = 0.52, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB68109142-
CMYK0.520.2300.44
HSL206.76º35.24%41.18%-
HSV(B)206.76º52.11%55.69%-
XYZ12.7414.1227.65-
YUV100.5151.42104.82-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 21.32%
GREEN value IS 109 (42.97% from 255) = 34.17%
BLUE value IS 142 (55.86% from 255) = 44.51%
R=21.32%
G=34.17%
B=44.51%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal681091420.520.2300.44206.7635.2441.18
Hex446D8E341702Ccf2329
Octal10415521664270543174351
Binary100010011011011000111011010010111010110011001111100011101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #446D8E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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