#446C8E

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

Shades of Wedgewood #446C8E

Tints of Wedgewood #446C8E

Color information

#446C8E (or 0x446C8E) is unknown color: approx Wedgewood. HEX triplet: 44, 6C and 8E. RGB value is (68,108,142). Sum of RGB (Red+Green+Blue) = 68+108+142=318 (42% of max value = 765). Red value is 68 (26.95% from 255 or 21.38% from 318); Green value is 108 (42.58% from 255 or 33.96% from 318); Blue value is 142 (55.86% from 255 or 44.65% from 318); Max value from RGB is 142 - color contains mainly: blue. Hex color #446C8E is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #446C8E is #BB9371. Grayscale: #636363. Windows color (decimal): -12292978 or 9333828. OLE color: 9333828.

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

Color convert

RGB68108142-
CMYK0.520.2400.44
HSL207.57º35.24%41.18%-
HSV(B)207.57º52.11%55.69%-
XYZ12.6313.9127.61-
YUV99.92151.75105.24-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 21.38%
GREEN value IS 108 (42.58% from 255) = 33.96%
BLUE value IS 142 (55.86% from 255) = 44.65%
R=21.38%
G=33.96%
B=44.65%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal681081420.520.2400.44207.5735.2441.18
Hex446C8E341802Cd02329
Octal10415421664300543204351
Binary100010011011001000111011010011000010110011010000100011101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #446C8E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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