#496883

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

Shades of Wedgewood #496883

Tints of Wedgewood #496883

Color information

#496883 (or 0x496883) is unknown color: approx Wedgewood. HEX triplet: 49, 68 and 83. RGB value is (73,104,131). Sum of RGB (Red+Green+Blue) = 73+104+131=308 (40% of max value = 765). Red value is 73 (28.91% from 255 or 23.70% from 308); Green value is 104 (41.02% from 255 or 33.77% from 308); Blue value is 131 (51.56% from 255 or 42.53% from 308); Max value from RGB is 131 - color contains mainly: blue. Hex color #496883 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #496883 is #B6977C. Grayscale: #616161. Windows color (decimal): -11966333 or 8611913. OLE color: 8611913.

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

Color convert

RGB73104131-
CMYK0.440.2100.49
HSL207.93º28.43%40%-
HSV(B)207.93º44.27%51.37%-
XYZ11.7912.9623.35-
YUV97.81146.73110.3-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 23.70%
GREEN value IS 104 (41.02% from 255) = 33.77%
BLUE value IS 131 (51.56% from 255) = 42.53%
R=23.70%
G=33.77%
B=42.53%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal731041310.440.2100.49207.9328.4340
Hex4968832C15031d01c28
Octal11115020354250613203450
Binary10010011101000100000111011001010101100011101000011100101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #496883

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #496883; }

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

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

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

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

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

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

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

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