#446E8D

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

Shades of Wedgewood #446E8D

Tints of Wedgewood #446E8D

Color information

#446E8D (or 0x446E8D) is unknown color: approx Wedgewood. HEX triplet: 44, 6E and 8D. RGB value is (68,110,141). Sum of RGB (Red+Green+Blue) = 68+110+141=319 (42% of max value = 765). Red value is 68 (26.95% from 255 or 21.32% from 319); Green value is 110 (43.36% from 255 or 34.48% from 319); Blue value is 141 (55.47% from 255 or 44.20% from 319); Max value from RGB is 141 - color contains mainly: blue. Hex color #446E8D is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #446E8D is #BB9172. Grayscale: #646464. Windows color (decimal): -12292467 or 9268804. OLE color: 9268804.

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

Color convert

RGB68110141-
CMYK0.520.2200.45
HSL205.48º34.93%40.98%-
HSV(B)205.48º51.77%55.29%-
XYZ12.7714.327.29-
YUV100.98150.59104.48-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 21.32%
GREEN value IS 110 (43.36% from 255) = 34.48%
BLUE value IS 141 (55.47% from 255) = 44.20%
R=21.32%
G=34.48%
B=44.20%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal681101410.520.2200.45205.4834.9340.98
Hex446E8D341602Dcd2329
Octal10415621564260553154351
Binary100010011011101000110111010010110010110111001101100011101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #446E8D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(68,110,141); }

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

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

 a { background-color: rgb(68,110,141); }

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

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

 span { border-color: rgb(68,110,141); }

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