#495B87

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

Shades of Chambray #495B87

Tints of Chambray #495B87

Color information

#495B87 (or 0x495B87) is unknown color: approx Chambray. HEX triplet: 49, 5B and 87. RGB value is (73,91,135). Sum of RGB (Red+Green+Blue) = 73+91+135=299 (39% of max value = 765). Red value is 73 (28.91% from 255 or 24.41% from 299); Green value is 91 (35.94% from 255 or 30.43% from 299); Blue value is 135 (53.12% from 255 or 45.15% from 299); Max value from RGB is 135 - color contains mainly: blue. Hex color #495B87 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #495B87 is #B6A478. Grayscale: #5A5A5A. Windows color (decimal): -11969657 or 8870729. OLE color: 8870729.

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

Color convert

RGB7391135-
CMYK0.460.3300.47
HSL222.58º29.81%40.78%-
HSV(B)222.58º45.93%52.94%-
XYZ10.8610.6524.4-
YUV90.63153.04115.42-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 24.41%
GREEN value IS 91 (35.94% from 255) = 30.43%
BLUE value IS 135 (53.12% from 255) = 45.15%
R=24.41%
G=30.43%
B=45.15%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal73911350.460.3300.47222.5829.8140.78
Hex495B872E2102Fdf1e29
Octal11113320756410573373651
Binary100100110110111000011110111010000101011111101111111110101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #495B87

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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