#496683

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

Shades of Wedgewood #496683

Tints of Wedgewood #496683

Color information

#496683 (or 0x496683) is unknown color: approx Wedgewood. HEX triplet: 49, 66 and 83. RGB value is (73,102,131). Sum of RGB (Red+Green+Blue) = 73+102+131=306 (40% of max value = 765). Red value is 73 (28.91% from 255 or 23.86% from 306); Green value is 102 (40.23% from 255 or 33.33% from 306); Blue value is 131 (51.56% from 255 or 42.81% from 306); Max value from RGB is 131 - color contains mainly: blue. Hex color #496683 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #496683 is #B6997C. Grayscale: #606060. Windows color (decimal): -11966845 or 8611401. OLE color: 8611401.

HSL color Cylindrical-coordinate representation of color #496683: hue angle of 210º 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 #496683 is Cyan = 0.44, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB73102131-
CMYK0.440.2200.49
HSL210º28.43%40%-
HSV(B)210º44.27%51.37%-
XYZ11.612.5623.29-
YUV96.64147.39111.14-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 23.86%
GREEN value IS 102 (40.23% from 255) = 33.33%
BLUE value IS 131 (51.56% from 255) = 42.81%
R=23.86%
G=33.33%
B=42.81%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal731021310.440.2200.4921028.4340
Hex4966832C16031d21c28
Octal11114620354260613223450
Binary10010011100110100000111011001011001100011101001011100101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #496683

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #496683; }

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

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

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

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

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

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

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

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