#496D88

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

Shades of Wedgewood #496D88

Tints of Wedgewood #496D88

Color information

#496D88 (or 0x496D88) is unknown color: approx Wedgewood. HEX triplet: 49, 6D and 88. RGB value is (73,109,136). Sum of RGB (Red+Green+Blue) = 73+109+136=318 (42% of max value = 765). Red value is 73 (28.91% from 255 or 22.96% from 318); Green value is 109 (42.97% from 255 or 34.28% from 318); Blue value is 136 (53.52% from 255 or 42.77% from 318); Max value from RGB is 136 - color contains mainly: blue. Hex color #496D88 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #496D88 is #B69277. Grayscale: #656565. Windows color (decimal): -11965048 or 8940873. OLE color: 8940873.

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

Color convert

RGB73109136-
CMYK0.460.2000.47
HSL205.71º30.14%40.98%-
HSV(B)205.71º46.32%53.33%-
XYZ12.6614.1325.35-
YUV101.31147.57107.8-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 22.96%
GREEN value IS 109 (42.97% from 255) = 34.28%
BLUE value IS 136 (53.52% from 255) = 42.77%
R=22.96%
G=34.28%
B=42.77%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal731091360.460.2000.47205.7130.1440.98
Hex496D882E1402Fce1e29
Octal11115521056240573163651
Binary10010011101101100010001011101010001011111100111011110101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #496D88

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #496D88; }

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

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

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

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

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

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

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

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