#496C8D

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

Shades of Wedgewood #496C8D

Tints of Wedgewood #496C8D

Color information

#496C8D (or 0x496C8D) is unknown color: approx Wedgewood. HEX triplet: 49, 6C and 8D. RGB value is (73,108,141). Sum of RGB (Red+Green+Blue) = 73+108+141=322 (42% of max value = 765). Red value is 73 (28.91% from 255 or 22.67% from 322); Green value is 108 (42.58% from 255 or 33.54% from 322); Blue value is 141 (55.47% from 255 or 43.79% from 322); Max value from RGB is 141 - color contains mainly: blue. Hex color #496C8D is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #496C8D is #B69372. Grayscale: #656565. Windows color (decimal): -11965299 or 9268297. OLE color: 9268297.

HSL color Cylindrical-coordinate representation of color #496C8D: hue angle of 209.12º 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 #496C8D is Cyan = 0.48, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB73108141-
CMYK0.480.2300.45
HSL209.12º31.78%41.96%-
HSV(B)209.12º48.23%55.29%-
XYZ12.9214.0627.23-
YUV101.3150.4107.82-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 22.67%
GREEN value IS 108 (42.58% from 255) = 33.54%
BLUE value IS 141 (55.47% from 255) = 43.79%
R=22.67%
G=33.54%
B=43.79%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal731081410.480.2300.45209.1231.7841.96
Hex496C8D301702Dd1202a
Octal11115421560270553214052
Binary100100111011001000110111000010111010110111010001100000101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #496C8D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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