#496F89

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

Shades of Wedgewood #496F89

Tints of Wedgewood #496F89

Color information

#496F89 (or 0x496F89) is unknown color: approx Wedgewood. HEX triplet: 49, 6F and 89. RGB value is (73,111,137). Sum of RGB (Red+Green+Blue) = 73+111+137=321 (42% of max value = 765). Red value is 73 (28.91% from 255 or 22.74% from 321); Green value is 111 (43.75% from 255 or 34.58% from 321); Blue value is 137 (53.91% from 255 or 42.68% from 321); Max value from RGB is 137 - color contains mainly: blue. Hex color #496F89 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #496F89 is #B69076. Grayscale: #666666. Windows color (decimal): -11964535 or 9006921. OLE color: 9006921.

HSL color Cylindrical-coordinate representation of color #496F89: hue angle of 204.38º degrees, saturation: 0.3, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #496F89 is Cyan = 0.47, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB73111137-
CMYK0.470.1900.46
HSL204.38º30.48%41.18%-
HSV(B)204.38º46.72%53.73%-
XYZ12.9514.5925.8-
YUV102.6147.41106.89-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 22.74%
GREEN value IS 111 (43.75% from 255) = 34.58%
BLUE value IS 137 (53.91% from 255) = 42.68%
R=22.74%
G=34.58%
B=42.68%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal731111370.470.1900.46204.3830.4841.18
Hex496F892F1302Ecc1e29
Octal11115721157230563143651
Binary10010011101111100010011011111001101011101100110011110101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #496F89

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(73,111,137); }

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

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

 a { background-color: rgb(73,111,137); }

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

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

 span { border-color: rgb(73,111,137); }

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