#496982

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

Shades of Wedgewood #496982

Tints of Wedgewood #496982

Color information

#496982 (or 0x496982) is unknown color: approx Wedgewood. HEX triplet: 49, 69 and 82. RGB value is (73,105,130). Sum of RGB (Red+Green+Blue) = 73+105+130=308 (40% of max value = 765). Red value is 73 (28.91% from 255 or 23.70% from 308); Green value is 105 (41.41% from 255 or 34.09% from 308); Blue value is 130 (51.17% from 255 or 42.21% from 308); Max value from RGB is 130 - color contains mainly: blue. Hex color #496982 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #496982 is #B6967D. Grayscale: #626262. Windows color (decimal): -11966078 or 8546633. OLE color: 8546633.

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

Color convert

RGB73105130-
CMYK0.440.1900.49
HSL206.32º28.08%39.8%-
HSV(B)206.32º43.85%50.98%-
XYZ11.8313.1323.03-
YUV98.28145.9109.97-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 23.70%
GREEN value IS 105 (41.41% from 255) = 34.09%
BLUE value IS 130 (51.17% from 255) = 42.21%
R=23.70%
G=34.09%
B=42.21%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal731051300.440.1900.49206.3228.0839.8
Hex4969822C13031ce1c28
Octal11115120254230613163450
Binary10010011101001100000101011001001101100011100111011100101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #496982

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #496982; }

 p { color: rgb(73,105,130); }

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

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

 a { background-color: rgb(73,105,130); }

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

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

 span { border-color: rgb(73,105,130); }

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