#446F8E

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

Shades of Wedgewood #446F8E

Tints of Wedgewood #446F8E

Color information

#446F8E (or 0x446F8E) is unknown color: approx Wedgewood. HEX triplet: 44, 6F and 8E. RGB value is (68,111,142). Sum of RGB (Red+Green+Blue) = 68+111+142=321 (42% of max value = 765). Red value is 68 (26.95% from 255 or 21.18% from 321); Green value is 111 (43.75% from 255 or 34.58% from 321); Blue value is 142 (55.86% from 255 or 44.24% from 321); Max value from RGB is 142 - color contains mainly: blue. Hex color #446F8E is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #446F8E is #BB9071. Grayscale: #656565. Windows color (decimal): -12292210 or 9334596. OLE color: 9334596.

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

Color convert

RGB68111142-
CMYK0.520.2200.44
HSL205.14º35.24%41.18%-
HSV(B)205.14º52.11%55.69%-
XYZ12.9514.5527.72-
YUV101.68150.75103.98-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 21.18%
GREEN value IS 111 (43.75% from 255) = 34.58%
BLUE value IS 142 (55.86% from 255) = 44.24%
R=21.18%
G=34.58%
B=44.24%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal681111420.520.2200.44205.1435.2441.18
Hex446F8E341602Ccd2329
Octal10415721664260543154351
Binary100010011011111000111011010010110010110011001101100011101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #446F8E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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