#495784

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

Shades of Chambray #495784

Tints of Chambray #495784

Color information

#495784 (or 0x495784) is unknown color: approx Chambray. HEX triplet: 49, 57 and 84. RGB value is (73,87,132). Sum of RGB (Red+Green+Blue) = 73+87+132=292 (38% of max value = 765). Red value is 73 (28.91% from 255 or 25% from 292); Green value is 87 (34.38% from 255 or 29.79% from 292); Blue value is 132 (51.95% from 255 or 45.21% from 292); Max value from RGB is 132 - color contains mainly: blue. Hex color #495784 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #495784 is #B6A87B. Grayscale: #575757. Windows color (decimal): -11970684 or 8673097. OLE color: 8673097.

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

Color convert

RGB7387132-
CMYK0.450.3400.48
HSL225.76º28.78%40.2%-
HSV(B)225.76º44.7%51.76%-
XYZ10.329.923.2-
YUV87.94152.86117.34-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 25%
GREEN value IS 87 (34.38% from 255) = 29.79%
BLUE value IS 132 (51.95% from 255) = 45.21%
R=25%
G=29.79%
B=45.21%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal73871320.450.3400.48225.7628.7840.2
Hex4957842D22030e21d28
Octal11112720455420603423550
Binary100100110101111000010010110110001001100001110001011101101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #495784

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #495784; }

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

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

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

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

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

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

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

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