#495F87

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

Shades of Chambray #495F87

Tints of Chambray #495F87

Color information

#495F87 (or 0x495F87) is unknown color: approx Chambray. HEX triplet: 49, 5F and 87. RGB value is (73,95,135). Sum of RGB (Red+Green+Blue) = 73+95+135=303 (40% of max value = 765). Red value is 73 (28.91% from 255 or 24.09% from 303); Green value is 95 (37.5% from 255 or 31.35% from 303); Blue value is 135 (53.12% from 255 or 44.55% from 303); Max value from RGB is 135 - color contains mainly: blue. Hex color #495F87 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #495F87 is #B6A078. Grayscale: #5C5C5C. Windows color (decimal): -11968633 or 8871753. OLE color: 8871753.

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

Color convert

RGB7395135-
CMYK0.460.3000.47
HSL218.71º29.81%40.78%-
HSV(B)218.71º45.93%52.94%-
XYZ11.2111.3524.52-
YUV92.98151.71113.75-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 24.09%
GREEN value IS 95 (37.5% from 255) = 31.35%
BLUE value IS 135 (53.12% from 255) = 44.55%
R=24.09%
G=31.35%
B=44.55%

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
Decimal73951350.460.3000.47218.7129.8140.78
Hex495F872E1E02Fdb1e29
Octal11113720756360573333651
Binary10010011011111100001111011101111001011111101101111110101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #495F87

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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