#496484

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

Shades of Wedgewood #496484

Tints of Wedgewood #496484

Color information

#496484 (or 0x496484) is unknown color: approx Wedgewood. HEX triplet: 49, 64 and 84. RGB value is (73,100,132). Sum of RGB (Red+Green+Blue) = 73+100+132=305 (40% of max value = 765). Red value is 73 (28.91% from 255 or 23.93% from 305); Green value is 100 (39.45% from 255 or 32.79% from 305); Blue value is 132 (51.95% from 255 or 43.28% from 305); Max value from RGB is 132 - color contains mainly: blue. Hex color #496484 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #496484 is #B69B7B. Grayscale: #5F5F5F. Windows color (decimal): -11967356 or 8676425. OLE color: 8676425.

HSL color Cylindrical-coordinate representation of color #496484: hue angle of 212.54º 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 #496484 is Cyan = 0.45, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB73100132-
CMYK0.450.2400.48
HSL212.54º28.78%40.2%-
HSV(B)212.54º44.7%51.76%-
XYZ11.4712.223.58-
YUV95.57148.55111.9-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 23.93%
GREEN value IS 100 (39.45% from 255) = 32.79%
BLUE value IS 132 (51.95% from 255) = 43.28%
R=23.93%
G=32.79%
B=43.28%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal731001320.450.2400.48212.5428.7840.2
Hex4964842D18030d51d28
Octal11114420455300603253550
Binary10010011100100100001001011011100001100001101010111101101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #496484

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #496484; }

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

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

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

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

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

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

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

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