#496585

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

Shades of Wedgewood #496585

Tints of Wedgewood #496585

Color information

#496585 (or 0x496585) is unknown color: approx Wedgewood. HEX triplet: 49, 65 and 85. RGB value is (73,101,133). Sum of RGB (Red+Green+Blue) = 73+101+133=307 (40% of max value = 765). Red value is 73 (28.91% from 255 or 23.78% from 307); Green value is 101 (39.84% from 255 or 32.90% from 307); Blue value is 133 (52.34% from 255 or 43.32% from 307); Max value from RGB is 133 - color contains mainly: blue. Hex color #496585 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #496585 is #B69A7A. Grayscale: #606060. Windows color (decimal): -11967099 or 8742217. OLE color: 8742217.

HSL color Cylindrical-coordinate representation of color #496585: hue angle of 212º 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 #496585 is Cyan = 0.45, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB73101133-
CMYK0.450.2400.48
HSL212º29.13%40.39%-
HSV(B)212º45.11%52.16%-
XYZ11.6312.4223.97-
YUV96.28148.72111.4-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 23.78%
GREEN value IS 101 (39.84% from 255) = 32.90%
BLUE value IS 133 (52.34% from 255) = 43.32%
R=23.78%
G=32.90%
B=43.32%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal731011330.450.2400.4821229.1340.39
Hex4965852D18030d41d28
Octal11114520555300603243550
Binary10010011100101100001011011011100001100001101010011101101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #496585

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #496585; }

 p { color: rgb(73,101,133); }

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

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

 a { background-color: rgb(73,101,133); }

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

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

 span { border-color: rgb(73,101,133); }

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