#495687

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

Shades of Chambray #495687

Tints of Chambray #495687

Color information

#495687 (or 0x495687) is unknown color: approx Chambray. HEX triplet: 49, 56 and 87. RGB value is (73,86,135). Sum of RGB (Red+Green+Blue) = 73+86+135=294 (38% of max value = 765). Red value is 73 (28.91% from 255 or 24.83% from 294); Green value is 86 (33.98% from 255 or 29.25% from 294); Blue value is 135 (53.12% from 255 or 45.92% from 294); Max value from RGB is 135 - color contains mainly: blue. Hex color #495687 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #495687 is #B6A978. Grayscale: #575757. Windows color (decimal): -11970937 or 8869449. OLE color: 8869449.

HSL color Cylindrical-coordinate representation of color #495687: hue angle of 227.42º degrees, saturation: 0.3, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #495687 is Cyan = 0.46, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB7386135-
CMYK0.460.3600.47
HSL227.42º29.81%40.78%-
HSV(B)227.42º45.93%52.94%-
XYZ10.459.8224.27-
YUV87.7154.69117.52-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 24.83%
GREEN value IS 86 (33.98% from 255) = 29.25%
BLUE value IS 135 (53.12% from 255) = 45.92%
R=24.83%
G=29.25%
B=45.92%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal73861350.460.3600.47227.4229.8140.78
Hex4956872E2402Fe31e29
Octal11112620756440573433651
Binary100100110101101000011110111010010001011111110001111110101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #495687

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #495687; }

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

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

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

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

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

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

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

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