#496488

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

Shades of Wedgewood #496488

Tints of Wedgewood #496488

Color information

#496488 (or 0x496488) is unknown color: approx Wedgewood. HEX triplet: 49, 64 and 88. RGB value is (73,100,136). Sum of RGB (Red+Green+Blue) = 73+100+136=309 (40% of max value = 765). Red value is 73 (28.91% from 255 or 23.62% from 309); Green value is 100 (39.45% from 255 or 32.36% from 309); Blue value is 136 (53.52% from 255 or 44.01% from 309); Max value from RGB is 136 - color contains mainly: blue. Hex color #496488 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #496488 is #B69B77. Grayscale: #5F5F5F. Windows color (decimal): -11967352 or 8938569. OLE color: 8938569.

HSL color Cylindrical-coordinate representation of color #496488: hue angle of 214.29º 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 #496488 is Cyan = 0.46, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB73100136-
CMYK0.460.2600.47
HSL214.29º30.14%40.98%-
HSV(B)214.29º46.32%53.33%-
XYZ11.7512.3125.05-
YUV96.03150.55111.57-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 23.62%
GREEN value IS 100 (39.45% from 255) = 32.36%
BLUE value IS 136 (53.52% from 255) = 44.01%
R=23.62%
G=32.36%
B=44.01%

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
Decimal731001360.460.2600.47214.2930.1440.98
Hex4964882E1A02Fd61e29
Octal11114421056320573263651
Binary10010011100100100010001011101101001011111101011011110101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #496488

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #496488; }

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

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

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

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

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

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

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

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