#496B81

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

Shades of Wedgewood #496B81

Tints of Wedgewood #496B81

Color information

#496B81 (or 0x496B81) is unknown color: approx Wedgewood. HEX triplet: 49, 6B and 81. RGB value is (73,107,129). Sum of RGB (Red+Green+Blue) = 73+107+129=309 (40% of max value = 765). Red value is 73 (28.91% from 255 or 23.62% from 309); Green value is 107 (42.19% from 255 or 34.63% from 309); Blue value is 129 (50.78% from 255 or 41.75% from 309); Max value from RGB is 129 - color contains mainly: blue. Hex color #496B81 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #496B81 is #B6947E. Grayscale: #636363. Windows color (decimal): -11965567 or 8481609. OLE color: 8481609.

HSL color Cylindrical-coordinate representation of color #496B81: hue angle of 203.57º degrees, saturation: 0.28, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #496B81 is Cyan = 0.43, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB73107129-
CMYK0.430.1700.49
HSL203.57º27.72%39.61%-
HSV(B)203.57º43.41%50.59%-
XYZ11.9713.5222.75-
YUV99.34144.74109.21-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 23.62%
GREEN value IS 107 (42.19% from 255) = 34.63%
BLUE value IS 129 (50.78% from 255) = 41.75%
R=23.62%
G=34.63%
B=41.75%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal731071290.430.1700.49203.5727.7239.61
Hex496B812B11031cc1c28
Octal11115320153210613143450
Binary10010011101011100000011010111000101100011100110011100101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #496B81

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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