#446C87

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

Shades of Wedgewood #446C87

Tints of Wedgewood #446C87

Color information

#446C87 (or 0x446C87) is unknown color: approx Wedgewood. HEX triplet: 44, 6C and 87. RGB value is (68,108,135). Sum of RGB (Red+Green+Blue) = 68+108+135=311 (41% of max value = 765). Red value is 68 (26.95% from 255 or 21.86% from 311); Green value is 108 (42.58% from 255 or 34.73% from 311); Blue value is 135 (53.12% from 255 or 43.41% from 311); Max value from RGB is 135 - color contains mainly: blue. Hex color #446C87 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #446C87 is #BB9378. Grayscale: #626262. Windows color (decimal): -12292985 or 8875076. OLE color: 8875076.

HSL color Cylindrical-coordinate representation of color #446C87: hue angle of 204.18º degrees, saturation: 0.33, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #446C87 is Cyan = 0.50, Magento = 0.2, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB68108135-
CMYK0.500.200.47
HSL204.18º33%39.8%-
HSV(B)204.18º49.63%52.94%-
XYZ12.1213.724.93-
YUV99.12148.25105.8-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 21.86%
GREEN value IS 108 (42.58% from 255) = 34.73%
BLUE value IS 135 (53.12% from 255) = 43.41%
R=21.86%
G=34.73%
B=43.41%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0.2
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal681081350.500.200.47204.183339.8
Hex446C87321402Fcc2128
Octal10415420762240573144150
Binary100010011011001000011111001010100010111111001100100001101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #446C87

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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