#496384

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

Shades of Wedgewood #496384

Tints of Wedgewood #496384

Color information

#496384 (or 0x496384) is unknown color: approx Wedgewood. HEX triplet: 49, 63 and 84. RGB value is (73,99,132). Sum of RGB (Red+Green+Blue) = 73+99+132=304 (40% of max value = 765). Red value is 73 (28.91% from 255 or 24.01% from 304); Green value is 99 (39.06% from 255 or 32.57% from 304); Blue value is 132 (51.95% from 255 or 43.42% from 304); Max value from RGB is 132 - color contains mainly: blue. Hex color #496384 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #496384 is #B69C7B. Grayscale: #5E5E5E. Windows color (decimal): -11967612 or 8676169. OLE color: 8676169.

HSL color Cylindrical-coordinate representation of color #496384: hue angle of 213.56º degrees, saturation: 0.29, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #496384 is Cyan = 0.45, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB7399132-
CMYK0.450.2500.48
HSL213.56º28.78%40.2%-
HSV(B)213.56º44.7%51.76%-
XYZ11.3712.0123.55-
YUV94.99148.89112.32-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 24.01%
GREEN value IS 99 (39.06% from 255) = 32.57%
BLUE value IS 132 (51.95% from 255) = 43.42%
R=24.01%
G=32.57%
B=43.42%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal73991320.450.2500.48213.5628.7840.2
Hex4963842D19030d61d28
Octal11114320455310603263550
Binary10010011100011100001001011011100101100001101011011101101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #496384

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #496384; }

 p { color: rgb(73,99,132); }

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

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

 a { background-color: rgb(73,99,132); }

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

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

 span { border-color: rgb(73,99,132); }

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