#495584

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

Shades of Chambray #495584

Tints of Chambray #495584

Color information

#495584 (or 0x495584) is unknown color: approx Chambray. HEX triplet: 49, 55 and 84. RGB value is (73,85,132). Sum of RGB (Red+Green+Blue) = 73+85+132=290 (38% of max value = 765). Red value is 73 (28.91% from 255 or 25.17% from 290); Green value is 85 (33.59% from 255 or 29.31% from 290); Blue value is 132 (51.95% from 255 or 45.52% from 290); Max value from RGB is 132 - color contains mainly: blue. Hex color #495584 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #495584 is #B6AA7B. Grayscale: #565656. Windows color (decimal): -11971196 or 8672585. OLE color: 8672585.

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

Color convert

RGB7385132-
CMYK0.450.3600.48
HSL227.8º28.78%40.2%-
HSV(B)227.8º44.7%51.76%-
XYZ10.169.5823.14-
YUV86.77153.52118.18-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 25.17%
GREEN value IS 85 (33.59% from 255) = 29.31%
BLUE value IS 132 (51.95% from 255) = 45.52%
R=25.17%
G=29.31%
B=45.52%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal73851320.450.3600.48227.828.7840.2
Hex4955842D24030e41d28
Octal11112520455440603443550
Binary100100110101011000010010110110010001100001110010011101101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #495584

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #495584; }

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

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

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

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

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

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

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

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