#496084

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

Shades of Chambray #496084

Tints of Chambray #496084

Color information

#496084 (or 0x496084) is unknown color: approx Chambray. HEX triplet: 49, 60 and 84. RGB value is (73,96,132). Sum of RGB (Red+Green+Blue) = 73+96+132=301 (39% of max value = 765). Red value is 73 (28.91% from 255 or 24.25% from 301); Green value is 96 (37.89% from 255 or 31.89% from 301); Blue value is 132 (51.95% from 255 or 43.85% from 301); Max value from RGB is 132 - color contains mainly: blue. Hex color #496084 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #496084 is #B69F7B. Grayscale: #5D5D5D. Windows color (decimal): -11968380 or 8675401. OLE color: 8675401.

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

Color convert

RGB7396132-
CMYK0.450.2700.48
HSL216.61º28.78%40.2%-
HSV(B)216.61º44.7%51.76%-
XYZ11.111.4523.45-
YUV93.23149.88113.57-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 24.25%
GREEN value IS 96 (37.89% from 255) = 31.89%
BLUE value IS 132 (51.95% from 255) = 43.85%
R=24.25%
G=31.89%
B=43.85%

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
Decimal73961320.450.2700.48216.6128.7840.2
Hex4960842D1B030d91d28
Octal11114020455330603313550
Binary10010011100000100001001011011101101100001101100111101101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #496084

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #496084; }

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

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

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

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

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

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

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

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