#496383

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

Shades of Wedgewood #496383

Tints of Wedgewood #496383

Color information

#496383 (or 0x496383) is unknown color: approx Wedgewood. HEX triplet: 49, 63 and 83. RGB value is (73,99,131). Sum of RGB (Red+Green+Blue) = 73+99+131=303 (40% of max value = 765). Red value is 73 (28.91% from 255 or 24.09% from 303); Green value is 99 (39.06% from 255 or 32.67% from 303); Blue value is 131 (51.56% from 255 or 43.23% from 303); Max value from RGB is 131 - color contains mainly: blue. Hex color #496383 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #496383 is #B69C7C. Grayscale: #5E5E5E. Windows color (decimal): -11967613 or 8610633. OLE color: 8610633.

HSL color Cylindrical-coordinate representation of color #496383: hue angle of 213.1º degrees, saturation: 0.28, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #496383 is Cyan = 0.44, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB7399131-
CMYK0.440.2400.49
HSL213.1º28.43%40%-
HSV(B)213.1º44.27%51.37%-
XYZ11.3111.9823.19-
YUV94.87148.39112.4-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 24.09%
GREEN value IS 99 (39.06% from 255) = 32.67%
BLUE value IS 131 (51.56% from 255) = 43.23%
R=24.09%
G=32.67%
B=43.23%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal73991310.440.2400.49213.128.4340
Hex4963832C18031d51c28
Octal11114320354300613253450
Binary10010011100011100000111011001100001100011101010111100101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #496383

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #496383; }

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

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

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

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

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

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

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

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