#496184

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

Shades of Wedgewood #496184

Tints of Wedgewood #496184

Color information

#496184 (or 0x496184) is unknown color: approx Wedgewood. HEX triplet: 49, 61 and 84. RGB value is (73,97,132). Sum of RGB (Red+Green+Blue) = 73+97+132=302 (40% of max value = 765). Red value is 73 (28.91% from 255 or 24.17% from 302); Green value is 97 (38.28% from 255 or 32.12% from 302); Blue value is 132 (51.95% from 255 or 43.71% from 302); Max value from RGB is 132 - color contains mainly: blue. Hex color #496184 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #496184 is #B69E7B. Grayscale: #5D5D5D. Windows color (decimal): -11968124 or 8675657. OLE color: 8675657.

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

Color convert

RGB7397132-
CMYK0.450.2700.48
HSL215.59º28.78%40.2%-
HSV(B)215.59º44.7%51.76%-
XYZ11.1911.6323.49-
YUV93.81149.55113.15-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 24.17%
GREEN value IS 97 (38.28% from 255) = 32.12%
BLUE value IS 132 (51.95% from 255) = 43.71%
R=24.17%
G=32.12%
B=43.71%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal73971320.450.2700.48215.5928.7840.2
Hex4961842D1B030d81d28
Octal11114120455330603303550
Binary10010011100001100001001011011101101100001101100011101101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #496184

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #496184; }

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

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

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

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

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

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

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

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