#446F8D

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

Shades of Wedgewood #446F8D

Tints of Wedgewood #446F8D

Color information

#446F8D (or 0x446F8D) is unknown color: approx Wedgewood. HEX triplet: 44, 6F and 8D. RGB value is (68,111,141). Sum of RGB (Red+Green+Blue) = 68+111+141=320 (42% of max value = 765). Red value is 68 (26.95% from 255 or 21.25% from 320); Green value is 111 (43.75% from 255 or 34.69% from 320); Blue value is 141 (55.47% from 255 or 44.06% from 320); Max value from RGB is 141 - color contains mainly: blue. Hex color #446F8D is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #446F8D is #BB9072. Grayscale: #656565. Windows color (decimal): -12292211 or 9269060. OLE color: 9269060.

HSL color Cylindrical-coordinate representation of color #446F8D: hue angle of 204.66º 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 #446F8D is Cyan = 0.52, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB68111141-
CMYK0.520.2100.45
HSL204.66º34.93%40.98%-
HSV(B)204.66º51.77%55.29%-
XYZ12.8814.5227.32-
YUV101.56150.25104.06-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 21.25%
GREEN value IS 111 (43.75% from 255) = 34.69%
BLUE value IS 141 (55.47% from 255) = 44.06%
R=21.25%
G=34.69%
B=44.06%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal681111410.520.2100.45204.6634.9340.98
Hex446F8D341502Dcd2329
Octal10415721564250553154351
Binary100010011011111000110111010010101010110111001101100011101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #446F8D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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