#496888

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

Shades of Wedgewood #496888

Tints of Wedgewood #496888

Color information

#496888 (or 0x496888) is unknown color: approx Wedgewood. HEX triplet: 49, 68 and 88. RGB value is (73,104,136). Sum of RGB (Red+Green+Blue) = 73+104+136=313 (41% of max value = 765). Red value is 73 (28.91% from 255 or 23.32% from 313); Green value is 104 (41.02% from 255 or 33.23% from 313); Blue value is 136 (53.52% from 255 or 43.45% from 313); Max value from RGB is 136 - color contains mainly: blue. Hex color #496888 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #496888 is #B69777. Grayscale: #626262. Windows color (decimal): -11966328 or 8939593. OLE color: 8939593.

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

Color convert

RGB73104136-
CMYK0.460.2400.47
HSL210.48º30.14%40.98%-
HSV(B)210.48º46.32%53.33%-
XYZ12.1413.0925.18-
YUV98.38149.23109.9-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 23.32%
GREEN value IS 104 (41.02% from 255) = 33.23%
BLUE value IS 136 (53.52% from 255) = 43.45%
R=23.32%
G=33.23%
B=43.45%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal731041360.460.2400.47210.4830.1440.98
Hex4968882E1802Fd21e29
Octal11115021056300573223651
Binary10010011101000100010001011101100001011111101001011110101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #496888

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #496888; }

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

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

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

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

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

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

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

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