#496B8D

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

Shades of Wedgewood #496B8D

Tints of Wedgewood #496B8D

Color information

#496B8D (or 0x496B8D) is unknown color: approx Wedgewood. HEX triplet: 49, 6B and 8D. RGB value is (73,107,141). Sum of RGB (Red+Green+Blue) = 73+107+141=321 (42% of max value = 765). Red value is 73 (28.91% from 255 or 22.74% from 321); Green value is 107 (42.19% from 255 or 33.33% from 321); Blue value is 141 (55.47% from 255 or 43.93% from 321); Max value from RGB is 141 - color contains mainly: blue. Hex color #496B8D is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #496B8D is #B69472. Grayscale: #646464. Windows color (decimal): -11965555 or 9268041. OLE color: 9268041.

HSL color Cylindrical-coordinate representation of color #496B8D: hue angle of 210º degrees, saturation: 0.32, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #496B8D is Cyan = 0.48, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB73107141-
CMYK0.480.2400.45
HSL210º31.78%41.96%-
HSV(B)210º48.23%55.29%-
XYZ12.8113.8527.2-
YUV100.71150.74108.24-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 22.74%
GREEN value IS 107 (42.19% from 255) = 33.33%
BLUE value IS 141 (55.47% from 255) = 43.93%
R=22.74%
G=33.33%
B=43.93%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal731071410.480.2400.4521031.7841.96
Hex496B8D301802Dd2202a
Octal11115321560300553224052
Binary100100111010111000110111000011000010110111010010100000101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #496B8D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #496B8D; }

 p { color: rgb(73,107,141); }

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

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

 a { background-color: rgb(73,107,141); }

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

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

 span { border-color: rgb(73,107,141); }

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