#496079

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

Shades of Chambray #496079

Tints of Chambray #496079

Color information

#496079 (or 0x496079) is unknown color: approx Chambray. HEX triplet: 49, 60 and 79. RGB value is (73,96,121). Sum of RGB (Red+Green+Blue) = 73+96+121=290 (38% of max value = 765). Red value is 73 (28.91% from 255 or 25.17% from 290); Green value is 96 (37.89% from 255 or 33.10% from 290); Blue value is 121 (47.66% from 255 or 41.72% from 290); Max value from RGB is 121 - color contains mainly: blue. Hex color #496079 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #496079 is #B69F86. Grayscale: #5B5B5B. Windows color (decimal): -11968391 or 7954505. OLE color: 7954505.

HSL color Cylindrical-coordinate representation of color #496079: hue angle of 211.25º 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 #496079 is Cyan = 0.40, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB7396121-
CMYK0.400.2100.53
HSL211.25º24.74%38.04%-
HSV(B)211.25º39.67%47.45%-
XYZ10.3811.1619.7-
YUV91.97144.38114.47-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 25.17%
GREEN value IS 96 (37.89% from 255) = 33.10%
BLUE value IS 121 (47.66% from 255) = 41.72%
R=25.17%
G=33.10%
B=41.72%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal73961210.400.2100.53211.2524.7438.04
Hex4960792815035d31926
Octal11114017150250653233146
Binary1001001110000011110011010001010101101011101001111001100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #496079

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #496079; }

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

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

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

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

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

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

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

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