#496B84

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

Shades of Wedgewood #496B84

Tints of Wedgewood #496B84

Color information

#496B84 (or 0x496B84) is unknown color: approx Wedgewood. HEX triplet: 49, 6B and 84. RGB value is (73,107,132). Sum of RGB (Red+Green+Blue) = 73+107+132=312 (41% of max value = 765). Red value is 73 (28.91% from 255 or 23.40% from 312); Green value is 107 (42.19% from 255 or 34.29% from 312); Blue value is 132 (51.95% from 255 or 42.31% from 312); Max value from RGB is 132 - color contains mainly: blue. Hex color #496B84 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #496B84 is #B6947B. Grayscale: #636363. Windows color (decimal): -11965564 or 8678217. OLE color: 8678217.

HSL color Cylindrical-coordinate representation of color #496B84: hue angle of 205.42º degrees, saturation: 0.29, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #496B84 is Cyan = 0.45, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB73107132-
CMYK0.450.1900.48
HSL205.42º28.78%40.2%-
HSV(B)205.42º44.7%51.76%-
XYZ12.1713.623.81-
YUV99.68146.24108.97-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 23.40%
GREEN value IS 107 (42.19% from 255) = 34.29%
BLUE value IS 132 (51.95% from 255) = 42.31%
R=23.40%
G=34.29%
B=42.31%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal731071320.450.1900.48205.4228.7840.2
Hex496B842D13030cd1d28
Octal11115320455230603153550
Binary10010011101011100001001011011001101100001100110111101101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #496B84

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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