#495E86

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

Shades of Chambray #495E86

Tints of Chambray #495E86

Color information

#495E86 (or 0x495E86) is unknown color: approx Chambray. HEX triplet: 49, 5E and 86. RGB value is (73,94,134). Sum of RGB (Red+Green+Blue) = 73+94+134=301 (39% of max value = 765). Red value is 73 (28.91% from 255 or 24.25% from 301); Green value is 94 (37.11% from 255 or 31.23% from 301); Blue value is 134 (52.73% from 255 or 44.52% from 301); Max value from RGB is 134 - color contains mainly: blue. Hex color #495E86 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #495E86 is #B6A179. Grayscale: #5C5C5C. Windows color (decimal): -11968890 or 8805961. OLE color: 8805961.

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

Color convert

RGB7394134-
CMYK0.460.3000.47
HSL219.34º29.47%40.59%-
HSV(B)219.34º45.52%52.55%-
XYZ11.0511.1424.12-
YUV92.28151.54114.25-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 24.25%
GREEN value IS 94 (37.11% from 255) = 31.23%
BLUE value IS 134 (52.73% from 255) = 44.52%
R=24.25%
G=31.23%
B=44.52%

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
Decimal73941340.460.3000.47219.3429.4740.59
Hex495E862E1E02Fdb1d29
Octal11113620656360573333551
Binary10010011011110100001101011101111001011111101101111101101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #495E86

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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