#446487

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

Shades of Wedgewood #446487

Tints of Wedgewood #446487

Color information

#446487 (or 0x446487) is unknown color: approx Wedgewood. HEX triplet: 44, 64 and 87. RGB value is (68,100,135). Sum of RGB (Red+Green+Blue) = 68+100+135=303 (40% of max value = 765). Red value is 68 (26.95% from 255 or 22.44% from 303); Green value is 100 (39.45% from 255 or 33.00% from 303); Blue value is 135 (53.12% from 255 or 44.55% from 303); Max value from RGB is 135 - color contains mainly: blue. Hex color #446487 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #446487 is #BB9B78. Grayscale: #5E5E5E. Windows color (decimal): -12295033 or 8873028. OLE color: 8873028.

HSL color Cylindrical-coordinate representation of color #446487: hue angle of 211.34º 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 #446487 is Cyan = 0.50, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB68100135-
CMYK0.500.2600.47
HSL211.34º33%39.8%-
HSV(B)211.34º49.63%52.94%-
XYZ11.3112.0924.66-
YUV94.42150.9109.15-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 22.44%
GREEN value IS 100 (39.45% from 255) = 33.00%
BLUE value IS 135 (53.12% from 255) = 44.55%
R=22.44%
G=33.00%
B=44.55%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal681001350.500.2600.47211.343339.8
Hex446487321A02Fd32128
Octal10414420762320573234150
Binary100010011001001000011111001011010010111111010011100001101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #446487

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #446487; }

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

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

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

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

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

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

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

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