#496188

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

Shades of Wedgewood #496188

Tints of Wedgewood #496188

Color information

#496188 (or 0x496188) is unknown color: approx Wedgewood. HEX triplet: 49, 61 and 88. RGB value is (73,97,136). Sum of RGB (Red+Green+Blue) = 73+97+136=306 (40% of max value = 765). Red value is 73 (28.91% from 255 or 23.86% from 306); Green value is 97 (38.28% from 255 or 31.70% from 306); Blue value is 136 (53.52% from 255 or 44.44% from 306); Max value from RGB is 136 - color contains mainly: blue. Hex color #496188 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #496188 is #B69E77. Grayscale: #5E5E5E. Windows color (decimal): -11968120 or 8937801. OLE color: 8937801.

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

Color convert

RGB7397136-
CMYK0.460.2900.47
HSL217.14º30.14%40.98%-
HSV(B)217.14º46.32%53.33%-
XYZ11.4711.7424.95-
YUV94.27151.55112.83-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 23.86%
GREEN value IS 97 (38.28% from 255) = 31.70%
BLUE value IS 136 (53.52% from 255) = 44.44%
R=23.86%
G=31.70%
B=44.44%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal73971360.460.2900.47217.1430.1440.98
Hex4961882E1D02Fd91e29
Octal11114121056350573313651
Binary10010011100001100010001011101110101011111101100111110101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #496188

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #496188; }

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

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

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

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

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

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

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

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