#496379

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

Shades of Wedgewood #496379

Tints of Wedgewood #496379

Color information

#496379 (or 0x496379) is unknown color: approx Wedgewood. HEX triplet: 49, 63 and 79. RGB value is (73,99,121). Sum of RGB (Red+Green+Blue) = 73+99+121=293 (38% of max value = 765). Red value is 73 (28.91% from 255 or 24.91% from 293); Green value is 99 (39.06% from 255 or 33.79% from 293); Blue value is 121 (47.66% from 255 or 41.30% from 293); Max value from RGB is 121 - color contains mainly: blue. Hex color #496379 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #496379 is #B69C86. Grayscale: #5D5D5D. Windows color (decimal): -11967623 or 7955273. OLE color: 7955273.

HSL color Cylindrical-coordinate representation of color #496379: hue angle of 207.5º degrees, saturation: 0.25, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #496379 is Cyan = 0.40, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB7399121-
CMYK0.400.1800.53
HSL207.5º24.74%38.04%-
HSV(B)207.5º39.67%47.45%-
XYZ10.6611.7219.79-
YUV93.73143.39113.21-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 24.91%
GREEN value IS 99 (39.06% from 255) = 33.79%
BLUE value IS 121 (47.66% from 255) = 41.30%
R=24.91%
G=33.79%
B=41.30%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal73991210.400.1800.53207.524.7438.04
Hex4963792812035d01926
Octal11114317150220653203146
Binary1001001110001111110011010001001001101011101000011001100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #496379

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #496379; }

 p { color: rgb(73,99,121); }

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

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

 a { background-color: rgb(73,99,121); }

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

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

 span { border-color: rgb(73,99,121); }

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