#495E87

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

Shades of Chambray #495E87

Tints of Chambray #495E87

Color information

#495E87 (or 0x495E87) is unknown color: approx Chambray. HEX triplet: 49, 5E and 87. RGB value is (73,94,135). Sum of RGB (Red+Green+Blue) = 73+94+135=302 (40% of max value = 765). Red value is 73 (28.91% from 255 or 24.17% from 302); Green value is 94 (37.11% from 255 or 31.13% from 302); Blue value is 135 (53.12% from 255 or 44.70% from 302); Max value from RGB is 135 - color contains mainly: blue. Hex color #495E87 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #495E87 is #B6A178. Grayscale: #5C5C5C. Windows color (decimal): -11968889 or 8871497. OLE color: 8871497.

HSL color Cylindrical-coordinate representation of color #495E87: hue angle of 219.68º 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 #495E87 is Cyan = 0.46, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB7394135-
CMYK0.460.3000.47
HSL219.68º29.81%40.78%-
HSV(B)219.68º45.93%52.94%-
XYZ11.1211.1724.49-
YUV92.4152.04114.17-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 24.17%
GREEN value IS 94 (37.11% from 255) = 31.13%
BLUE value IS 135 (53.12% from 255) = 44.70%
R=24.17%
G=31.13%
B=44.70%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal73941350.460.3000.47219.6829.8140.78
Hex495E872E1E02Fdc1e29
Octal11113620756360573343651
Binary10010011011110100001111011101111001011111101110011110101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #495E87

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #495E87; }

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

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

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

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

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

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

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

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