#495684

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

Shades of Chambray #495684

Tints of Chambray #495684

Color information

#495684 (or 0x495684) is unknown color: approx Chambray. HEX triplet: 49, 56 and 84. RGB value is (73,86,132). Sum of RGB (Red+Green+Blue) = 73+86+132=291 (38% of max value = 765). Red value is 73 (28.91% from 255 or 25.09% from 291); Green value is 86 (33.98% from 255 or 29.55% from 291); Blue value is 132 (51.95% from 255 or 45.36% from 291); Max value from RGB is 132 - color contains mainly: blue. Hex color #495684 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #495684 is #B6A97B. Grayscale: #575757. Windows color (decimal): -11970940 or 8672841. OLE color: 8672841.

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

Color convert

RGB7386132-
CMYK0.450.3500.48
HSL226.78º28.78%40.2%-
HSV(B)226.78º44.7%51.76%-
XYZ10.249.7423.17-
YUV87.36153.19117.76-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 25.09%
GREEN value IS 86 (33.98% from 255) = 29.55%
BLUE value IS 132 (51.95% from 255) = 45.36%
R=25.09%
G=29.55%
B=45.36%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal73861320.450.3500.48226.7828.7840.2
Hex4956842D23030e31d28
Octal11112620455430603433550
Binary100100110101101000010010110110001101100001110001111101101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #495684

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #495684; }

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

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

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

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

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

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

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

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