#446287

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

Shades of Wedgewood #446287

Tints of Wedgewood #446287

Color information

#446287 (or 0x446287) is unknown color: approx Wedgewood. HEX triplet: 44, 62 and 87. RGB value is (68,98,135). Sum of RGB (Red+Green+Blue) = 68+98+135=301 (39% of max value = 765). Red value is 68 (26.95% from 255 or 22.59% from 301); Green value is 98 (38.67% from 255 or 32.56% from 301); Blue value is 135 (53.12% from 255 or 44.85% from 301); Max value from RGB is 135 - color contains mainly: blue. Hex color #446287 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #446287 is #BB9D78. Grayscale: #5D5D5D. Windows color (decimal): -12295545 or 8872516. OLE color: 8872516.

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

Color convert

RGB6898135-
CMYK0.500.2700.47
HSL213.13º33%39.8%-
HSV(B)213.13º49.63%52.94%-
XYZ11.1211.7124.6-
YUV93.25151.56109.99-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 22.59%
GREEN value IS 98 (38.67% from 255) = 32.56%
BLUE value IS 135 (53.12% from 255) = 44.85%
R=22.59%
G=32.56%
B=44.85%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal68981350.500.2700.47213.133339.8
Hex446287321B02Fd52128
Octal10414220762330573254150
Binary100010011000101000011111001011011010111111010101100001101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #446287

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #446287; }

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

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

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

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

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

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

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

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