#496487

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

Shades of Wedgewood #496487

Tints of Wedgewood #496487

Color information

#496487 (or 0x496487) is unknown color: approx Wedgewood. HEX triplet: 49, 64 and 87. RGB value is (73,100,135). Sum of RGB (Red+Green+Blue) = 73+100+135=308 (40% of max value = 765). Red value is 73 (28.91% from 255 or 23.70% from 308); Green value is 100 (39.45% from 255 or 32.47% from 308); Blue value is 135 (53.12% from 255 or 43.83% from 308); Max value from RGB is 135 - color contains mainly: blue. Hex color #496487 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #496487 is #B69B78. Grayscale: #5F5F5F. Windows color (decimal): -11967353 or 8873033. OLE color: 8873033.

HSL color Cylindrical-coordinate representation of color #496487: hue angle of 213.87º degrees, saturation: 0.3, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #496487 is Cyan = 0.46, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB73100135-
CMYK0.460.2600.47
HSL213.87º29.81%40.78%-
HSV(B)213.87º45.93%52.94%-
XYZ11.6812.2824.68-
YUV95.92150.05111.65-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 23.70%
GREEN value IS 100 (39.45% from 255) = 32.47%
BLUE value IS 135 (53.12% from 255) = 43.83%
R=23.70%
G=32.47%
B=43.83%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal731001350.460.2600.47213.8729.8140.78
Hex4964872E1A02Fd61e29
Octal11114420756320573263651
Binary10010011100100100001111011101101001011111101011011110101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #496487

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #496487; }

 p { color: rgb(73,100,135); }

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

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

 a { background-color: rgb(73,100,135); }

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

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

 span { border-color: rgb(73,100,135); }

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