#496B8E

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

Shades of Wedgewood #496B8E

Tints of Wedgewood #496B8E

Color information

#496B8E (or 0x496B8E) is unknown color: approx Wedgewood. HEX triplet: 49, 6B and 8E. RGB value is (73,107,142). Sum of RGB (Red+Green+Blue) = 73+107+142=322 (42% of max value = 765). Red value is 73 (28.91% from 255 or 22.67% from 322); Green value is 107 (42.19% from 255 or 33.23% from 322); Blue value is 142 (55.86% from 255 or 44.10% from 322); Max value from RGB is 142 - color contains mainly: blue. Hex color #496B8E is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #496B8E is #B69471. Grayscale: #646464. Windows color (decimal): -11965554 or 9333577. OLE color: 9333577.

HSL color Cylindrical-coordinate representation of color #496B8E: hue angle of 210.43º degrees, saturation: 0.32, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #496B8E is Cyan = 0.49, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB73107142-
CMYK0.490.2500.44
HSL210.43º32.09%42.16%-
HSV(B)210.43º48.59%55.69%-
XYZ12.8913.8827.59-
YUV100.82151.24108.15-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 22.67%
GREEN value IS 107 (42.19% from 255) = 33.23%
BLUE value IS 142 (55.86% from 255) = 44.10%
R=22.67%
G=33.23%
B=44.10%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal731071420.490.2500.44210.4332.0942.16
Hex496B8E311902Cd2202a
Octal11115321661310543224052
Binary100100111010111000111011000111001010110011010010100000101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #496B8E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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