#496288

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

Shades of Wedgewood #496288

Tints of Wedgewood #496288

Color information

#496288 (or 0x496288) is unknown color: approx Wedgewood. HEX triplet: 49, 62 and 88. RGB value is (73,98,136). Sum of RGB (Red+Green+Blue) = 73+98+136=307 (40% of max value = 765). Red value is 73 (28.91% from 255 or 23.78% from 307); Green value is 98 (38.67% from 255 or 31.92% from 307); Blue value is 136 (53.52% from 255 or 44.30% from 307); Max value from RGB is 136 - color contains mainly: blue. Hex color #496288 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #496288 is #B69D77. Grayscale: #5E5E5E. Windows color (decimal): -11967864 or 8938057. OLE color: 8938057.

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

Color convert

RGB7398136-
CMYK0.460.2800.47
HSL216.19º30.14%40.98%-
HSV(B)216.19º46.32%53.33%-
XYZ11.5611.9324.99-
YUV94.86151.22112.41-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 23.78%
GREEN value IS 98 (38.67% from 255) = 31.92%
BLUE value IS 136 (53.52% from 255) = 44.30%
R=23.78%
G=31.92%
B=44.30%

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
Decimal73981360.460.2800.47216.1930.1440.98
Hex4962882E1C02Fd81e29
Octal11114221056340573303651
Binary10010011100010100010001011101110001011111101100011110101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #496288

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #496288; }

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

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

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

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

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

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

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

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