#496386

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

Shades of Wedgewood #496386

Tints of Wedgewood #496386

Color information

#496386 (or 0x496386) is unknown color: approx Wedgewood. HEX triplet: 49, 63 and 86. RGB value is (73,99,134). Sum of RGB (Red+Green+Blue) = 73+99+134=306 (40% of max value = 765). Red value is 73 (28.91% from 255 or 23.86% from 306); Green value is 99 (39.06% from 255 or 32.35% from 306); Blue value is 134 (52.73% from 255 or 43.79% from 306); Max value from RGB is 134 - color contains mainly: blue. Hex color #496386 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #496386 is #B69C79. Grayscale: #5F5F5F. Windows color (decimal): -11967610 or 8807241. OLE color: 8807241.

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

Color convert

RGB7399134-
CMYK0.460.2600.47
HSL214.43º29.47%40.59%-
HSV(B)214.43º45.52%52.55%-
XYZ11.5112.0624.28-
YUV95.22149.89112.15-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 23.86%
GREEN value IS 99 (39.06% from 255) = 32.35%
BLUE value IS 134 (52.73% from 255) = 43.79%
R=23.86%
G=32.35%
B=43.79%

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
Decimal73991340.460.2600.47214.4329.4740.59
Hex4963862E1A02Fd61d29
Octal11114320656320573263551
Binary10010011100011100001101011101101001011111101011011101101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #496386

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #496386; }

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

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

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

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

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

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

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

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