#496186

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

Shades of Wedgewood #496186

Tints of Wedgewood #496186

Color information

#496186 (or 0x496186) is unknown color: approx Wedgewood. HEX triplet: 49, 61 and 86. RGB value is (73,97,134). Sum of RGB (Red+Green+Blue) = 73+97+134=304 (40% of max value = 765). Red value is 73 (28.91% from 255 or 24.01% from 304); Green value is 97 (38.28% from 255 or 31.91% from 304); Blue value is 134 (52.73% from 255 or 44.08% from 304); Max value from RGB is 134 - color contains mainly: blue. Hex color #496186 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #496186 is #B69E79. Grayscale: #5D5D5D. Windows color (decimal): -11968122 or 8806729. OLE color: 8806729.

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

Color convert

RGB7397134-
CMYK0.460.2800.47
HSL216.39º29.47%40.59%-
HSV(B)216.39º45.52%52.55%-
XYZ11.3311.6924.21-
YUV94.04150.55112.99-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 24.01%
GREEN value IS 97 (38.28% from 255) = 31.91%
BLUE value IS 134 (52.73% from 255) = 44.08%
R=24.01%
G=31.91%
B=44.08%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal73971340.460.2800.47216.3929.4740.59
Hex4961862E1C02Fd81d29
Octal11114120656340573303551
Binary10010011100001100001101011101110001011111101100011101101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #496186

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #496186; }

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

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

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

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

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

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

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

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