#496788

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

Shades of Wedgewood #496788

Tints of Wedgewood #496788

Color information

#496788 (or 0x496788) is unknown color: approx Wedgewood. HEX triplet: 49, 67 and 88. RGB value is (73,103,136). Sum of RGB (Red+Green+Blue) = 73+103+136=312 (41% of max value = 765). Red value is 73 (28.91% from 255 or 23.40% from 312); Green value is 103 (40.62% from 255 or 33.01% from 312); Blue value is 136 (53.52% from 255 or 43.59% from 312); Max value from RGB is 136 - color contains mainly: blue. Hex color #496788 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #496788 is #B69877. Grayscale: #616161. Windows color (decimal): -11966584 or 8939337. OLE color: 8939337.

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

Color convert

RGB73103136-
CMYK0.460.2400.47
HSL211.43º30.14%40.98%-
HSV(B)211.43º46.32%53.33%-
XYZ12.0412.8925.15-
YUV97.79149.56110.32-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 23.40%
GREEN value IS 103 (40.62% from 255) = 33.01%
BLUE value IS 136 (53.52% from 255) = 43.59%
R=23.40%
G=33.01%
B=43.59%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal731031360.460.2400.47211.4330.1440.98
Hex4967882E1802Fd31e29
Octal11114721056300573233651
Binary10010011100111100010001011101100001011111101001111110101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #496788

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #496788; }

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

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

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

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

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

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

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

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