#496583

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

Shades of Wedgewood #496583

Tints of Wedgewood #496583

Color information

#496583 (or 0x496583) is unknown color: approx Wedgewood. HEX triplet: 49, 65 and 83. RGB value is (73,101,131). Sum of RGB (Red+Green+Blue) = 73+101+131=305 (40% of max value = 765). Red value is 73 (28.91% from 255 or 23.93% from 305); Green value is 101 (39.84% from 255 or 33.11% from 305); Blue value is 131 (51.56% from 255 or 42.95% from 305); Max value from RGB is 131 - color contains mainly: blue. Hex color #496583 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #496583 is #B69A7C. Grayscale: #5F5F5F. Windows color (decimal): -11967101 or 8611145. OLE color: 8611145.

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

Color convert

RGB73101131-
CMYK0.440.2300.49
HSL211.03º28.43%40%-
HSV(B)211.03º44.27%51.37%-
XYZ11.512.3623.25-
YUV96.05147.72111.56-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 23.93%
GREEN value IS 101 (39.84% from 255) = 33.11%
BLUE value IS 131 (51.56% from 255) = 42.95%
R=23.93%
G=33.11%
B=42.95%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal731011310.440.2300.49211.0328.4340
Hex4965832C17031d31c28
Octal11114520354270613233450
Binary10010011100101100000111011001011101100011101001111100101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #496583

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #496583; }

 p { color: rgb(73,101,131); }

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

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

 a { background-color: rgb(73,101,131); }

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

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

 span { border-color: rgb(73,101,131); }

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