#496681

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

Shades of Wedgewood #496681

Tints of Wedgewood #496681

Color information

#496681 (or 0x496681) is unknown color: approx Wedgewood. HEX triplet: 49, 66 and 81. RGB value is (73,102,129). Sum of RGB (Red+Green+Blue) = 73+102+129=304 (40% of max value = 765). Red value is 73 (28.91% from 255 or 24.01% from 304); Green value is 102 (40.23% from 255 or 33.55% from 304); Blue value is 129 (50.78% from 255 or 42.43% from 304); Max value from RGB is 129 - color contains mainly: blue. Hex color #496681 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #496681 is #B6997E. Grayscale: #606060. Windows color (decimal): -11966847 or 8480329. OLE color: 8480329.

HSL color Cylindrical-coordinate representation of color #496681: hue angle of 208.93º 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 #496681 is Cyan = 0.43, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB73102129-
CMYK0.430.2100.49
HSL208.93º27.72%39.61%-
HSV(B)208.93º43.41%50.59%-
XYZ11.4612.522.58-
YUV96.41146.39111.3-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 24.01%
GREEN value IS 102 (40.23% from 255) = 33.55%
BLUE value IS 129 (50.78% from 255) = 42.43%
R=24.01%
G=33.55%
B=42.43%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal731021290.430.2100.49208.9327.7239.61
Hex4966812B15031d11c28
Octal11114620153250613213450
Binary10010011100110100000011010111010101100011101000111100101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #496681

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #496681; }

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

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

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

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

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

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

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

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